diff --git a/Cargo.lock b/Cargo.lock index b72d63e6..58e69b77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3626,7 +3626,7 @@ dependencies = [ [[package]] name = "wrpc" -version = "0.1.3" +version = "0.2.0" dependencies = [ "anyhow", "async-nats", @@ -3680,7 +3680,7 @@ dependencies = [ [[package]] name = "wrpc-interface-http" -version = "0.22.0" +version = "0.23.0" dependencies = [ "anyhow", "async-trait", @@ -3699,14 +3699,14 @@ dependencies = [ [[package]] name = "wrpc-introspect" -version = "0.1.0" +version = "0.2.0" dependencies = [ "wit-parser 0.208.1", ] [[package]] name = "wrpc-runtime-wasmtime" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "async-trait", @@ -3762,7 +3762,7 @@ dependencies = [ [[package]] name = "wrpc-wasmtime-nats-cli" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "async-nats", diff --git a/Cargo.toml b/Cargo.toml index 1fab8591..020c97ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc" -version = "0.1.3" +version = "0.2.0" description = "WebAssembly component-native RPC framework based on WIT" authors.workspace = true @@ -147,10 +147,10 @@ wit-component = { version = "0.208", default-features = false } wit-parser = { version = "0.208", default-features = false } wrpc-cli = { version = "0.1", path = "./crates/cli", default-features = false } wrpc-interface-blobstore = { version = "0.16", path = "./crates/interface-blobstore", default-features = false } -wrpc-interface-http = { version = "0.22", path = "./crates/interface-http", default-features = false } -wrpc-introspect = { version = "0.1", default-features = false, path = "./crates/introspect" } -wrpc-runtime-wasmtime = { version = "0.16", path = "./crates/runtime-wasmtime", default-features = false } +wrpc-interface-http = { version = "0.23", path = "./crates/interface-http", default-features = false } +wrpc-introspect = { version = "0.2", default-features = false, path = "./crates/introspect" } +wrpc-runtime-wasmtime = { version = "0.17", path = "./crates/runtime-wasmtime", default-features = false } wrpc-transport = { version = "0.24.3", path = "./crates/transport", default-features = false } wrpc-transport-nats = { version = "0.21", path = "./crates/transport-nats", default-features = false } wrpc-types = { version = "0.6", path = "./crates/types", default-features = false } -wrpc-wasmtime-nats-cli = { version = "0.1", path = "./crates/wasmtime-nats-cli", default-features = false } +wrpc-wasmtime-nats-cli = { version = "0.2", path = "./crates/wasmtime-nats-cli", default-features = false } diff --git a/crates/interface-http/Cargo.toml b/crates/interface-http/Cargo.toml index 56f80266..514c8d4b 100644 --- a/crates/interface-http/Cargo.toml +++ b/crates/interface-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc-interface-http" -version = "0.22.0" +version = "0.23.0" description = "wRPC HTTP interface" authors.workspace = true diff --git a/crates/introspect/Cargo.toml b/crates/introspect/Cargo.toml index a6214e34..ce76e043 100644 --- a/crates/introspect/Cargo.toml +++ b/crates/introspect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc-introspect" -version = "0.1.0" +version = "0.2.0" authors.workspace = true categories.workspace = true diff --git a/crates/runtime-wasmtime/Cargo.toml b/crates/runtime-wasmtime/Cargo.toml index bf501929..e32fc52f 100644 --- a/crates/runtime-wasmtime/Cargo.toml +++ b/crates/runtime-wasmtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc-runtime-wasmtime" -version = "0.16.0" +version = "0.17.0" description = "wRPC wasmtime integration" authors.workspace = true diff --git a/crates/wasmtime-nats-cli/Cargo.toml b/crates/wasmtime-nats-cli/Cargo.toml index 15fc91ce..d2afafce 100644 --- a/crates/wasmtime-nats-cli/Cargo.toml +++ b/crates/wasmtime-nats-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc-wasmtime-nats-cli" -version = "0.1.0" +version = "0.2.0" description = "wRPC Wasmtime NATS CLI" authors.workspace = true