From af74cdf36439a38c6537e16b5c48fe0b753760c9 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 31 Aug 2017 13:40:35 -0700 Subject: [PATCH] Cretonne's top-level tools don't need to directly depend on wasmparser. --- cranelift/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index 3d5080974c..6523a9d2da 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -18,7 +18,6 @@ cretonne-reader = { path = "lib/reader" } cretonne-frontend = { path = "lib/frontend" } cretonne-wasm = { path = "lib/wasm" } filecheck = { path = "lib/filecheck" } -wasmparser = "0.6.1" docopt = "0.8.0" serde = "1.0.8" serde_derive = "1.0.8"