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:
@@ -15,8 +15,6 @@ edition = "2018"
|
||||
# These dependencies are necessary for the witx-generation macros to work:
|
||||
anyhow = "1.0"
|
||||
log = { version = "0.4", default-features = false }
|
||||
wasmtime = { path = "../wasmtime", version = "0.31.0", default-features = false }
|
||||
wasmtime-wasi = { path = "../wasi", version = "0.31.0" }
|
||||
wiggle = { path = "../wiggle", version = "=0.31.0" }
|
||||
|
||||
# These dependencies are necessary for the wasi-nn implementation:
|
||||
|
||||
Reference in New Issue
Block a user