Merge remote-tracking branch 'origin/main' into pch/wasi_common_cap_std
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasi-c2"
|
||||
version = "0.21.0"
|
||||
version = "0.22.0"
|
||||
authors = ["The Wasmtime Project Developers"]
|
||||
description = "WASI implementation in Rust"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
@@ -22,7 +22,7 @@ links = "wasi-c2-19"
|
||||
anyhow = "1.0"
|
||||
thiserror = "1.0"
|
||||
libc = "0.2"
|
||||
wiggle = { path = "../wiggle", default-features = false, version = "0.21.0" }
|
||||
wiggle = { path = "../wiggle", default-features = false, version = "0.22.0" }
|
||||
tracing = "0.1.19"
|
||||
system-interface = "0.2"
|
||||
cap-std = "0.8"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasi-c2-wasmtime"
|
||||
version = "0.21.0"
|
||||
version = "0.22.0"
|
||||
authors = ["The Wasmtime Project Developers"]
|
||||
description = "WASI implementation in Rust"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
@@ -15,8 +15,8 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
wasi-c2 = { path = "../" }
|
||||
wiggle = { path = "../../wiggle", default-features = false, version = "0.21.0" }
|
||||
wasmtime-wiggle = { path = "../../wiggle/wasmtime", default-features = false, version = "0.21.0" }
|
||||
wiggle = { path = "../../wiggle", default-features = false, version = "0.22.0" }
|
||||
wasmtime-wiggle = { path = "../../wiggle/wasmtime", default-features = false, version = "0.22.0" }
|
||||
cap-std = "0.7"
|
||||
anyhow = "*"
|
||||
wasmtime = { path = "../../wasmtime" }
|
||||
|
||||
Reference in New Issue
Block a user