From d07915dabd8d8c2686b9eaecd4cf5823fdc7cfa4 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Fri, 20 Sep 2024 14:31:11 +0200 Subject: [PATCH] build: bump crate versions Signed-off-by: Roman Volosatovs --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- crates/passthrough/Cargo.toml | 2 +- crates/sys/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c21875..b1c0e9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2015,7 +2015,7 @@ dependencies = [ [[package]] name = "west" -version = "0.1.0-alpha.2" +version = "0.1.0-rc.1" dependencies = [ "anyhow", "http", @@ -2031,14 +2031,14 @@ dependencies = [ [[package]] name = "west-passthrough" -version = "0.1.0-alpha.1" +version = "0.1.0-rc.1" dependencies = [ "wasi-passthrough", ] [[package]] name = "west-sys" -version = "0.1.0-alpha.1" +version = "0.1.0-rc.1" dependencies = [ "anyhow", "cbindgen", diff --git a/Cargo.toml b/Cargo.toml index e4c6fbc..0b8f881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 @@ -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 } diff --git a/crates/passthrough/Cargo.toml b/crates/passthrough/Cargo.toml index c7dc2c9..1c688bc 100644 --- a/crates/passthrough/Cargo.toml +++ b/crates/passthrough/Cargo.toml @@ -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 diff --git a/crates/sys/Cargo.toml b/crates/sys/Cargo.toml index 63b22f0..960717a 100644 --- a/crates/sys/Cargo.toml +++ b/crates/sys/Cargo.toml @@ -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