From f20afebdd165073953b5362fdd30dbc7c65d55eb Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 12 Feb 2019 13:16:17 -0800 Subject: [PATCH] Don't need the old wasm-bindgen-gc crate's Cargo.toml either --- crates/gc/Cargo.toml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 crates/gc/Cargo.toml diff --git a/crates/gc/Cargo.toml b/crates/gc/Cargo.toml deleted file mode 100644 index 0c190d754aa..00000000000 --- a/crates/gc/Cargo.toml +++ /dev/null @@ -1,27 +0,0 @@ -[package] -name = "wasm-bindgen-gc" -version = "0.2.35" -authors = ["The wasm-bindgen Developers"] -license = "MIT/Apache-2.0" -repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/gc" -homepage = "https://rustwasm.github.io/wasm-bindgen/" -documentation = "https://docs.rs/wasm-bindgen-gc" -description = """ -Support for removing unused items from a wasm executable -""" - -[dependencies] -parity-wasm = "0.36" -log = "0.4" -rustc-demangle = "0.1.9" - -[dev-dependencies] -rayon = "1.0.2" -tempfile = "3.0.4" - -[lib] -doctest = false - -[[test]] -name = 'all' -harness = false