From 00e87ed4751ec47b0ba6e8ecd327c0c3034471d8 Mon Sep 17 00:00:00 2001 From: Nathan Horrigan Date: Wed, 11 Aug 2021 21:57:46 +0100 Subject: [PATCH] Remove cargo changes --- Cargo.lock | 1 - lib/api/Cargo.toml | 1 - lib/c-api/Cargo.toml | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47276364150..d2903de4a28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2492,7 +2492,6 @@ dependencies = [ "wasmer-middlewares", "wasmer-types", "wasmer-wasi", - "wasmparser 0.78.2", ] [[package]] diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml index f72c4c7e1c1..e6eeb661898 100644 --- a/lib/api/Cargo.toml +++ b/lib/api/Cargo.toml @@ -28,7 +28,6 @@ thiserror = "1.0" more-asserts = "0.2" # - Optional shared dependencies. wat = { version = "1.0", optional = true } -wasmparser = { version = "0.78", default-features = false, optional = true } # Dependencies and Development Dependencies for `sys`. [target.'cfg(not(target_arch = "wasm32"))'.dependencies] diff --git a/lib/c-api/Cargo.toml b/lib/c-api/Cargo.toml index c1b06dc9651..8fac4889e24 100644 --- a/lib/c-api/Cargo.toml +++ b/lib/c-api/Cargo.toml @@ -23,7 +23,6 @@ crate-type = ["cdylib", "rlib", "staticlib"] # We rename `wasmer` to `wasmer-api` to avoid the conflict with this # library name (see `[lib]`). wasmer-api = { version = "2.0.0", path = "../api", default-features = false, package = "wasmer" } -wasmparser = { version = "0.78", default-features = false, optional = false } wasmer-compiler-cranelift = { version = "2.0.0", path = "../compiler-cranelift", optional = true } wasmer-compiler-singlepass = { version = "2.0.0", path = "../compiler-singlepass", optional = true }