Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 641 Bytes

File metadata and controls

21 lines (13 loc) · 641 Bytes

ADR

This repo uses Architecture Decision Record in the adr folder.

Publish Update

There's no GitHub action to automatically publish the package for now. Publishing task can also be done locally.

To update the crate in the crate.io, use cargo workspaces subcommand.

Steps to publish new package:

$ cargo workspaces publish --publish-as-is

It will ask whether should bump the vesions of the packages or not. To update version separately:

$ cargo workspaces version