Skip to content

Commit ed81452

Browse files
committed
std: Update wasi crate dependency
The recent work on the WASIp2 target being integrated into the standard library ended up causing a bug in nightly on the target. This has now been fixed in the `wasi` crate so this commit pulls in the updated version to ensure bindings work correctly.
1 parent 5583da3 commit ed81452

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)