зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1525227 - Remove unnecessary dependency on bindgen in js/src/rust/shared/Cargo.toml. r=mshal
The crate doesn't even have a build script. Differential Revision: https://phabricator.services.mozilla.com/D18657 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
d8ff6b6597
Коммит
ad80231236
|
@ -1307,7 +1307,6 @@ name = "jsrust_shared"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"baldrdash 0.1.0",
|
||||
"bindgen 0.43.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -11,9 +11,6 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
baldrdash = { path = "../../wasm/cranelift" }
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = {version = "0.43", default-features = false} # disable `logging` to reduce code size
|
||||
|
||||
# Uncomment this to enable perf support in release mode.
|
||||
#[profile.release]
|
||||
#debug = true
|
||||
|
|
Загрузка…
Ссылка в новой задаче