We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57136dc commit da03a35Copy full SHA for da03a35
examples/wasmtime/Cargo.toml
@@ -24,4 +24,4 @@ zerocopy = { version = "0.8", default-features = false, features = ["alloc", "de
24
[target.'cfg(target_os = "hermit")'.dependencies]
25
hermit = { path = "../../hermit", default-features = false, features = ["acpi", "pci", "fsgsbase", "fs", "tcp", "dhcpv4", "mmap"] }
26
hermit-abi = { path = "../../hermit-abi", default-features = false }
27
-wasi = { version = "0.11" }
+wasi = { version = "0.14" }
0 commit comments