swagger-rs

Build Status crates.io

A set of common utilities for crates generated by the rust-server swagger-codegen generator

Releasing a new version

  1. Update the version in Cargo.toml
  2. Run ./release-changelog.sh <version> to update the changelog
  3. Commit and push your changes.
  4. Wait for a travis build to complete successfully.
  5. Run cargo publish.