Skip to content

Commit 1508a79

Browse files
authored
Rollup merge of rust-lang#146257 - alexcrichton:update-wasi-crate, r=tgross35
std: Update `wasi` crate dependency The recent work on the WASIp2 target being integrated into the standard library (rust-lang#146207, rust-lang#145944) ended up causing a bug in nightly on the target. This [has now been fixed](bytecodealliance/wasi-rs#115) in the `wasi` crate so this commit pulls in the updated version to ensure bindings work correctly.
2 parents 20b30a6 + ed81452 commit 1508a79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ wasi = { version = "0.11.0", features = [
8181
], default-features = false }
8282

8383
[target.'cfg(all(target_os = "wasi", target_env = "p2"))'.dependencies]
84-
wasip2 = { version = '0.14.3', features = [
84+
wasip2 = { version = '0.14.4', features = [
8585
'rustc-dep-of-std',
8686
], default-features = false, package = 'wasi' }
8787

0 commit comments

Comments
 (0)