From ec8999b18a8c397cdab0fd6fb3d030a291846a3e Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Wed, 6 Feb 2019 04:41:35 +0000 Subject: [PATCH] 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 --- js/src/rust/shared/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/src/rust/shared/Cargo.toml b/js/src/rust/shared/Cargo.toml index 09a9bc252492..04ea630bf072 100644 --- a/js/src/rust/shared/Cargo.toml +++ b/js/src/rust/shared/Cargo.toml @@ -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