From 1c61f777161f3cd4f5649b2731199216f4b9336f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Miku=C5=82a?= Date: Thu, 29 Aug 2019 17:41:23 +0200 Subject: [PATCH] Update wasi dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdf4e3cb..4bf6286e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ core = { version = "1.0", optional = true, package = "rustc-std-workspace-core" libc = { version = "0.2.62", default-features = false } [target.'cfg(target_os = "wasi")'.dependencies] -wasi = "0.5" +wasi = "0.6" [target.wasm32-unknown-unknown.dependencies] wasm-bindgen = { version = "0.2.29", optional = true }