Cretonne's top-level tools don't need to directly depend on wasmparser.

This commit is contained in:
Dan Gohman
2017-08-31 13:40:35 -07:00
parent dc79d155ff
commit af74cdf364

View File

@@ -18,7 +18,6 @@ cretonne-reader = { path = "lib/reader" }
cretonne-frontend = { path = "lib/frontend" } cretonne-frontend = { path = "lib/frontend" }
cretonne-wasm = { path = "lib/wasm" } cretonne-wasm = { path = "lib/wasm" }
filecheck = { path = "lib/filecheck" } filecheck = { path = "lib/filecheck" }
wasmparser = "0.6.1"
docopt = "0.8.0" docopt = "0.8.0"
serde = "1.0.8" serde = "1.0.8"
serde_derive = "1.0.8" serde_derive = "1.0.8"