Bug 1680043 - Remove redundant Cargo.toml dependency on wasmparser 0.67. r=yury.

js/src/wasm/cranelift/Cargo.toml lists wasmparser as a dependency, but this is
(confusingly) not necessary, since we use the version re-exported by Cranelift
(IIUC).  So let's remove the dependency.

Differential Revision: https://phabricator.services.mozilla.com/D98372
This commit is contained in:
Julian Seward 2020-12-01 19:08:12 +00:00
Родитель 286627332f
Коммит 4f05523121
2 изменённых файлов: 0 добавлений и 2 удалений

1
Cargo.lock сгенерированный
Просмотреть файл

@ -220,7 +220,6 @@ dependencies = [
"env_logger",
"log",
"smallvec",
"wasmparser 0.67.0",
]
[[package]]

Просмотреть файл

@ -18,7 +18,6 @@ cranelift-wasm = { version = "0.68.0" }
log = { version = "0.4.6", default-features = false, features = ["release_max_level_info"] }
env_logger = "0.8"
smallvec = "1.0"
wasmparser = { version = "0.67" }
[build-dependencies]
bindgen = {version = "0.53", default-features = false} # disable `logging` to reduce code size