File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1764,12 +1764,10 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
1764
1764
1765
1765
[[package ]]
1766
1766
name = " indexmap"
1767
- version = " 2.4.0"
1768
- source = " registry+https://github.com/rust-lang/crates.io-index"
1769
- checksum = " 93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
1767
+ version = " 2.5.0"
1768
+ source = " git+https://github.com/cuviper/indexmap?branch=raw#4db206673c970d65e35cecebf9d26acd85b15a30"
1770
1769
dependencies = [
1771
1770
" equivalent" ,
1772
- " hashbrown" ,
1773
1771
" rustc-rayon" ,
1774
1772
" serde" ,
1775
1773
]
Original file line number Diff line number Diff line change @@ -90,3 +90,7 @@ codegen-units = 1
90
90
# FIXME: LTO cannot be enabled for binaries in a workspace
91
91
# <https://github.com/rust-lang/cargo/issues/9330>
92
92
# lto = true
93
+
94
+ [patch .crates-io .indexmap ]
95
+ git = " https://github.com/cuviper/indexmap"
96
+ branch = " raw"
You can’t perform that action at this time.
0 commit comments