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
ci: downgrade hashbrown rather than limiting indexmap (petgraph#714)
Pinning `indexmap = "~2.5.0"` for MSRV prevents users with more current
compilers from using the latest petgraph and indexmap together, even
though they would otherwise work fine. Instead, dependencies can just be
downgraded as needed for CI testing, and users who need the older
compiler support can also manage this in their own lock files.
0 commit comments