diff --git a/examples/wasmtime/Cargo.toml b/examples/wasmtime/Cargo.toml index 68302652f..5e3ffc8a4 100644 --- a/examples/wasmtime/Cargo.toml +++ b/examples/wasmtime/Cargo.toml @@ -23,4 +23,4 @@ zerocopy = { version = "0.7", default-features = false, features = ["alloc", "de [target.'cfg(target_os = "hermit")'.dependencies] hermit = { path = "../../hermit", default-features = false, features = ["acpi", "pci", "fsgsbase", "fs", "tcp", "dhcpv4", "mmap"] } hermit-abi = { path = "../../hermit-abi", default-features = false } -wasi = { version = "0.11" } \ No newline at end of file +wasi = { version = "0.13" } \ No newline at end of file