Skip to content

v0.14.0

Latest

Choose a tag to compare

@domenicquirl domenicquirl released this 22 Apr 20:11
c0c513d

This release is the first release to be released through crates.io trusted publishing.

Changes

  • cstree now supports no_std by adding the dependency with default-features = false, which disables the newly introduced std feature (enabled by default).
  • Added a section documenting the cargo feature flags supported by cstree and their effects to the rustdoc crate page and README.
  • Starting with this version, a Cargo.lock lockfile has been committed to the repository to consistently track a stable configuration of dependencies.