Skip to content

Commit

Permalink
build: bump crate versions
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 bd29a0f commit d07915d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "west"
version = "0.1.0-alpha.2"
version = "0.1.0-rc.1"
description = "WebAssembly component test runtime"

authors.workspace = true
Expand Down Expand Up @@ -56,6 +56,6 @@ wasmparser = { version = "0.217", default-features = false }
wasmtime = { version = "24", default-features = false }
wasmtime-wasi = { version = "24", default-features = false }
wasmtime-wasi-http = { version = "24", default-features = false }
west = { version = "0.1.0-alpha.2", path = "." }
west = { version = "0.1.0-rc.1", path = "." }
wit-bindgen = { version = "0.32", default-features = false }
wit-component = { version = "0.217", default-features = false }
2 changes: 1 addition & 1 deletion crates/passthrough/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "west-passthrough"
version = "0.1.0-alpha.1"
version = "0.1.0-rc.1"
description = "WebAssembly component, which reexports WASI from the host"

authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "west-sys"
version = "0.1.0-alpha.1"
version = "0.1.0-rc.1"
description = "WebAssembly component test runtime C bindings"

authors.workspace = true
Expand Down

0 comments on commit d07915d

Please sign in to comment.