You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.