Skip to content

Commit 37b8b80

Browse files
committed
run-make-support: drop some features for wasmparser
1 parent 20277fe commit 37b8b80

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Cargo.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6235,12 +6235,8 @@ version = "0.214.0"
62356235
source = "registry+https://github.com/rust-lang/crates.io-index"
62366236
checksum = "5309c1090e3e84dad0d382f42064e9933fdaedb87e468cc239f0eabea73ddcb6"
62376237
dependencies = [
6238-
"ahash",
62396238
"bitflags 2.5.0",
6240-
"hashbrown",
62416239
"indexmap",
6242-
"semver",
6243-
"serde",
62446240
]
62456241

62466242
[[package]]

src/tools/run-make-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
bstr = "1.6.0"
88
object = "0.36.2"
99
similar = "2.5.0"
10-
wasmparser = "0.214"
10+
wasmparser = { version = "0.214", default-features = false, features = ["std"] }
1111
regex = "1.8" # 1.8 to avoid memchr 2.6.0, as 2.5.0 is pinned in the workspace
1212
gimli = "0.31.0"
1313
build_helper = { path = "../build_helper" }

0 commit comments

Comments
 (0)