system-interface 0.6
This commit is contained in:
@@ -30,7 +30,7 @@ wat = { version = "1.0.23", optional = true }
|
||||
wasi-common = { path = "../wasi-common", optional = true }
|
||||
wasi-cap-std-sync = { path = "../wasi-common/cap-std-sync", optional = true }
|
||||
wasmtime-wasi = { path = "../wasi", optional = true }
|
||||
cap-std = { version = "0.12", optional = true }
|
||||
cap-std = { version = "0.13", optional = true }
|
||||
|
||||
[features]
|
||||
default = ['jitdump', 'wat', 'wasi', 'cache']
|
||||
|
||||
@@ -22,7 +22,6 @@ os_pipe = "0.9"
|
||||
anyhow = "1.0.19"
|
||||
wat = "1.0.23"
|
||||
cap-std = "0.13"
|
||||
system-interface = "0.5.4"
|
||||
|
||||
[features]
|
||||
test_programs = []
|
||||
|
||||
@@ -20,7 +20,7 @@ cap-time-ext = "0.13"
|
||||
cap-rand = "0.13"
|
||||
fs-set-times = "0.2.2"
|
||||
unsafe-io = "0.3"
|
||||
system-interface = { version = "0.5.6", features = ["cap_std_impls"] }
|
||||
system-interface = { version = "0.6.0", features = ["cap_std_impls"] }
|
||||
tracing = "0.1.19"
|
||||
bitflags = "1.2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user