diff --git a/crates/test-programs/wasi-tests/Cargo.lock b/crates/test-programs/wasi-tests/Cargo.lock index 079610ec28..4c59593f01 100644 --- a/crates/test-programs/wasi-tests/Cargo.lock +++ b/crates/test-programs/wasi-tests/Cargo.lock @@ -15,7 +15,8 @@ checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238" [[package]] name = "wasi" version = "0.10.2+wasi-snapshot-preview1" -source = "git+https://github.com/BytecodeAlliance/wasi?branch=pch/public_errno_names_docs#6ce376a4253cb36b920456e1ddc344fecf11c3bf" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasi-tests" diff --git a/crates/test-programs/wasi-tests/Cargo.toml b/crates/test-programs/wasi-tests/Cargo.toml index dc7afdaee4..d5fc2b3341 100644 --- a/crates/test-programs/wasi-tests/Cargo.toml +++ b/crates/test-programs/wasi-tests/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] libc = "0.2.65" -wasi = { git = "https://github.com/BytecodeAlliance/wasi", branch = "pch/public_errno_names_docs" } +wasi = "0.10.2" more-asserts = "0.2.1" # This crate is built with the wasm32-wasi target, so it's separate