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 @@ -6235,12 +6235,8 @@ version = "0.214.0"
6235
6235
source = " registry+https://github.com/rust-lang/crates.io-index"
6236
6236
checksum = " 5309c1090e3e84dad0d382f42064e9933fdaedb87e468cc239f0eabea73ddcb6"
6237
6237
dependencies = [
6238
- " ahash" ,
6239
6238
" bitflags 2.5.0" ,
6240
- " hashbrown" ,
6241
6239
" indexmap" ,
6242
- " semver" ,
6243
- " serde" ,
6244
6240
]
6245
6241
6246
6242
[[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.2"
9
9
similar = " 2.5.0"
10
- wasmparser = " 0.214"
10
+ wasmparser = { version = " 0.214" , 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