File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/tools/run-make-support Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -6404,12 +6404,8 @@ version = "0.208.1"
6404
6404
source = " registry+https://github.com/rust-lang/crates.io-index"
6405
6405
checksum = " dd921789c9dcc495f589cb37d200155dee65b4a4beeb853323b5e24e0a5f9c58"
6406
6406
dependencies = [
6407
- " ahash" ,
6408
6407
" bitflags 2.5.0" ,
6409
- " hashbrown" ,
6410
6408
" indexmap" ,
6411
- " semver" ,
6412
- " serde" ,
6413
6409
]
6414
6410
6415
6411
[[package ]]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
bstr = " 1.6.0"
8
8
object = " 0.36.0"
9
9
similar = " 2.5.0"
10
- wasmparser = " 0.208"
10
+ wasmparser = { version = " 0.208" , default-features = false , features = [ " std " ] }
11
11
regex = " 1.8" # 1.8 to avoid memchr 2.6.0, as 2.5.0 is pinned in the workspace
12
12
gimli = " 0.31.0"
13
13
build_helper = { path = " ../build_helper" }
You can’t perform that action at this time.
0 commit comments