Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 329 Bytes

File metadata and controls

30 lines (19 loc) · 329 Bytes

Releasing

Upgrade dependecies

Install cargo-edit:

cargo install cargo-edit

Then run:

cargo upgrade  --incompatible

Running tests

To run tests:

cargo test

Publishing a new version

To publish a new version:

  1. Bump the version in Cargo.toml.
  2. Run cargo publish.