We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aee4a3 commit 3a207bdCopy full SHA for 3a207bd
crates/wasm-wave/Cargo.toml
@@ -19,7 +19,7 @@ default = ["wit"]
19
wit = ["dep:wit-parser"]
20
21
[dependencies]
22
-indexmap.workspace = true
+indexmap = { workspace = true, features = ["std"] }
23
logos = { version = "0.14.2", features = ["forbid_unsafe"] }
24
thiserror = { workspace = true }
25
wit-parser = { workspace = true, optional = true }
0 commit comments