diff --git a/examples/wasmtime/Cargo.toml b/examples/wasmtime/Cargo.toml index 373ccb2ae..3ae3e917d 100644 --- a/examples/wasmtime/Cargo.toml +++ b/examples/wasmtime/Cargo.toml @@ -24,4 +24,4 @@ zerocopy = { version = "0.8", 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.14" } \ No newline at end of file