mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +00:00
std: Update `wasi` crate dependency The recent work on the WASIp2 target being integrated into the standard library (rust-lang/rust#146207, rust-lang/rust#145944) ended up causing a bug in nightly on the target. This [has now been fixed](https://github.com/bytecodealliance/wasi-rs/pull/115) in the `wasi` crate so this commit pulls in the updated version to ensure bindings work correctly.