Skip to content

Commit da03a35

Browse files
build(deps): update wasi requirement from 0.11 to 0.14
Updates the requirements on [wasi](https://github.com/bytecodealliance/wasi-rs) to permit the latest version. - [Commits](bytecodealliance/wasi-rs@0.11.0...0.14.0) --- updated-dependencies: - dependency-name: wasi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57136dc commit da03a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wasmtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ zerocopy = { version = "0.8", default-features = false, features = ["alloc", "de
2424
[target.'cfg(target_os = "hermit")'.dependencies]
2525
hermit = { path = "../../hermit", default-features = false, features = ["acpi", "pci", "fsgsbase", "fs", "tcp", "dhcpv4", "mmap"] }
2626
hermit-abi = { path = "../../hermit-abi", default-features = false }
27-
wasi = { version = "0.11" }
27+
wasi = { version = "0.14" }

0 commit comments

Comments
 (0)