Update io-lifetimes, cap-std, and rsix (#3269)

- Fixes for compiling on OpenBSD

 - io-lifetimes 0.3.0 has an option (io_lifetimes_use_std, which is off
   by default) for testing the `io_safety` feature in Rust nightly.
This commit is contained in:
Dan Gohman
2021-08-31 13:02:37 -07:00
committed by GitHub
parent 9e0c910023
commit 197aec9a08
9 changed files with 55 additions and 50 deletions

View File

@@ -30,7 +30,7 @@ wat = { version = "1.0.36", 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.17.0", optional = true }
cap-std = { version = "0.18.0", optional = true }
[features]
default = ['jitdump', 'wat', 'wasi', 'cache']