]> git.bitcoin.ninja Git - rust-lightning/commit
Pin `indexmap` back to account for `hashbrown` MSRV bump
authorElias Rohrer <dev@tnull.de>
Thu, 7 Nov 2024 13:29:09 +0000 (14:29 +0100)
committerElias Rohrer <dev@tnull.de>
Thu, 7 Nov 2024 13:35:12 +0000 (14:35 +0100)
commite12ee9d120b0cbffe726ed9826dd68a086d0dc85
tree4001f97c171d74c7fb7dad655f39e13d2fbb386a
parentc35adff51d576ec91d86f50a409a2df0c14653c3
Pin `indexmap` back to account for `hashbrown` MSRV bump

`indexmap` 2.6.0 upgraded to `hashbrown` 0.15, which unfortunately
bumped their MSRV to rustc 1.65 with the 0.15.1 release. So we pin
`indexmap` to 2.5.0 to fix our MSRV CI.
ci/ci-tests.sh