Skip to content

Commit

Permalink
fix: use correct west ver spec
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Sep 20, 2024
1 parent 5fbdba1 commit ed794aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc.1", path = "." }
west = { version = "0.1.0", path = "." }
wit-bindgen = { version = "0.32", default-features = false }
wit-component = { version = "0.217", default-features = false }

0 comments on commit ed794aa

Please sign in to comment.