diff --git a/Cargo.toml b/Cargo.toml index 04299c2..8608e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ winapi = { version = "0.3", features = ["profileapi"] } web-sys = { version = "0.3", features = ["Window", "Performance"] } [target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))'.dependencies] -wasi = "0.10" +wasi = "0.11" [dev-dependencies] average = "0.13"