Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 500 Bytes

File metadata and controls

14 lines (10 loc) · 500 Bytes

See README.md for an overview of this Rust crate.

Checking

When checking code, use cargo clippy --workspace --all-features --all-targets instead of cargo check.

Updating

When bumping the version number:

  • adjust the version of all crates in crates/
  • adjust the version of aeronet_ dependencies in the root Cargo.toml
  • run cargo check --workspace
  • update the Versions table in README.md
  • prompt the user to add a changelog entry to crates/aeronet/docs/changelog.md