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
Rust 1.84 brings a MSRV-aware resolver which discards dependencies which
require a too new toolchain.
Thus we cand drop the pinned version of indexmap, the resolver will do
its job.
0 commit comments