Remove unused dependencies (#3490)

* Remove unused dependencies in Cranelift

* add serde to the current workspace

* remove more unused dependencies in wasmtime?
This commit is contained in:
Benjamin Bouvier
2021-11-02 18:08:30 +01:00
committed by GitHub
parent b024603866
commit c952969389
18 changed files with 2 additions and 59 deletions

View File

@@ -20,7 +20,6 @@ cranelift-entity = { path = "entity", version = "0.78.0" }
cranelift-interpreter = { path = "interpreter", version = "0.78.0" }
cranelift-reader = { path = "reader", version = "0.78.0" }
cranelift-frontend = { path = "frontend", version = "0.78.0" }
cranelift-serde = { path = "serde", version = "0.78.0", optional = true }
cranelift-wasm = { path = "wasm", version = "0.78.0", optional = true }
cranelift-native = { path = "native", version = "0.78.0" }
cranelift-filetests = { path = "filetests", version = "0.73.0" }
@@ -29,7 +28,6 @@ cranelift-object = { path = "object", version = "0.78.0" }
cranelift-jit = { path = "jit", version = "0.78.0" }
cranelift-preopt = { path = "preopt", version = "0.78.0" }
cranelift = { path = "umbrella", version = "0.78.0" }
cranelift-fuzzgen = { path = "fuzzgen", version = "0.75.0" }
filecheck = "0.5.0"
log = "0.4.8"
termcolor = "1.1.2"