From 929501c173987cd8b7df8b8c8781dc11d94e7fdd Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Fri, 20 Sep 2024 20:20:42 +0200 Subject: [PATCH] chore: bump `west` req version Signed-off-by: Roman Volosatovs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 127d7ae..977460f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,6 +72,6 @@ wasmtime = { version = "24", default-features = false } wasmtime-cabish = { version = "0.1.2", default-features = false } wasmtime-wasi = { version = "24", default-features = false } wasmtime-wasi-http = { version = "24", default-features = false } -west = { version = "0.1.0", path = "." } +west = { version = "0.1.2", path = "." } wit-bindgen = { version = "0.32", default-features = false } wit-component = { version = "0.217", default-features = false }