Skip to content

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 19:43
· 465 commits to main since this release
d004475
  • Upgrade all crates to Rust 2024 edition.
  • Breaking Many return impl Trait changed lifetimes slightly, some replaced with doc hidden types. In practice all code should still just compile, but these are breaking changes.
  • Breaking Some public hashbrown::{HashMap, HashSet} API replaced with the std::collections equivalent.
  • Breaking Remove deprecated zng::text::justify that was replaced with justify_mode in 0.13.11.