Tidy up unused dependencies
This commit is contained in:
@@ -25,7 +25,6 @@ tracing = "0.1.19"
|
||||
cap-std = "0.21.1"
|
||||
cap-rand = "0.21.1"
|
||||
bitflags = "1.2"
|
||||
io-lifetimes = { version = "0.3.1", default-features = false }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
rustix = "0.26.2"
|
||||
|
||||
@@ -14,7 +14,6 @@ edition = "2018"
|
||||
[dependencies]
|
||||
# These dependencies are necessary for the witx-generation macros to work:
|
||||
anyhow = "1.0"
|
||||
log = { version = "0.4", default-features = false }
|
||||
wiggle = { path = "../wiggle", version = "=0.31.0" }
|
||||
|
||||
# These dependencies are necessary for the wasi-nn implementation:
|
||||
|
||||
Reference in New Issue
Block a user