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"