Skip to content

Commit ad2b4a3

Browse files
committed
run-make-support: drop some features for wasmparser
1 parent 73b5d29 commit ad2b4a3

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
@@ -6404,12 +6404,8 @@ version = "0.208.1"
64046404
source = "registry+https://github.com/rust-lang/crates.io-index"
64056405
checksum = "dd921789c9dcc495f589cb37d200155dee65b4a4beeb853323b5e24e0a5f9c58"
64066406
dependencies = [
6407-
"ahash",
64086407
"bitflags 2.5.0",
6409-
"hashbrown",
64106408
"indexmap",
6411-
"semver",
6412-
"serde",
64136409
]
64146410

64156411
[[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.0"
99
similar = "2.5.0"
10-
wasmparser = "0.208"
10+
wasmparser = { version = "0.208", 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)