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
bump rust-version to 1.70
That way clippy will allow to use the fantastic Option::is_some_and()
and friends.
Bug Fixes
State::from_tree() is now faster.
It uses depth-first traversal out of the box which allows it to save
the sorting in the end. It's also a little bit faster.
Commit Statistics
11 commits contributed to the release over the course of 55 calendar days.