Merge remote-tracking branch 'origin/main' into pch/wasi_common_cap_std

This commit is contained in:
Pat Hickey
2021-01-07 16:37:06 -08:00
58 changed files with 309 additions and 260 deletions

View File

@@ -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"