parry icon indicating copy to clipboard operation
parry copied to clipboard

deps: Update `indexmap` from `1` to `2`

Open waywardmonkeys opened this issue 11 months ago • 2 comments

This is only used when enhanced-determinism is enabled.

waywardmonkeys avatar Aug 27 '23 17:08 waywardmonkeys

There's an interesting detail here in that even before this, the tests fail for cargo test --features enhanced-determinism,serde-serialize ... but they fail same way with and without this update. (Should probably file a bug about that test failure...)

waywardmonkeys avatar Aug 27 '23 17:08 waywardmonkeys

This fails for the cuda build as that uses a set version of the nightly from 2021 and hashbrown, a dependency of indexmap has an MSRV of 1.64.

It feels like this will become an increasingly common issue as many crates are ramping up their MSRV to more recent versions than the old nightly that Cuda support requires.

waywardmonkeys avatar Aug 27 '23 17:08 waywardmonkeys