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
upgrade MSRV to v1.70
Our MSRV follows the one of helix, which in turn follows Firefox.
Bug Fixes (BREAKING)
remove panicking version of ObjectId::from() in favor of ObjectId::from_bytes_or_panic().
We also add an &oid::try_from() implementation for good measure, which is hard to call in
practice but certainly not impossible.
Commit Statistics
5 commits contributed to the release over the course of 14 calendar days.