swagger-rs
A set of common utilities for crates generated by the rust-server swagger-codegen generator
Releasing a new version
- Update the version in Cargo.toml
- Run
./release-changelog.sh <version>to update the changelog - Commit and push your changes.
- Wait for a travis build to complete successfully.
- Run
cargo publish.