Skip to content

Commit 9e4abfb

Browse files
committed
HACK: force indexmap = "=2.11.4"
while I wait for crates.io perms on spirt
1 parent b27a0f7 commit 9e4abfb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

crates/cargo-gpu/src/install.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@ edition = "2021"
189189
[dependencies.spirv-builder]
190190
package = "rustc_codegen_spirv"
191191
{version_spec}
192+
193+
[dependencies]
194+
elsa = {{ version = "=1.11.2", features = ["indexmap"] }}
195+
indexmap = "1.7.0"
196+
indexmap2 = {{ package = "indexmap", version = "=2.11.4" }}
192197
"#
193198
);
194199
std::fs::write(checkout.join("Cargo.toml"), cargo_toml)

0 commit comments

Comments
 (0)