Skip to content

Commit 966e02f

Browse files
committed
chore: bump crate versions
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 447470b commit 966e02f

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "WebAssembly component-native RPC framework based on WIT"
33
name = "wrpc"
4-
version = "0.9.1"
4+
version = "0.10.0"
55

66
authors.workspace = true
77
categories.workspace = true
@@ -140,6 +140,6 @@ wrpc-cli = { version = "0.3", path = "./crates/cli", default-features = false }
140140
wrpc-introspect = { version = "0.3", default-features = false, path = "./crates/introspect" }
141141
wrpc-runtime-wasmtime = { version = "0.21", path = "./crates/runtime-wasmtime", default-features = false }
142142
wrpc-transport = { version = "0.26.7", path = "./crates/transport", default-features = false }
143-
wrpc-transport-nats = { version = "0.22.4", path = "./crates/transport-nats", default-features = false }
143+
wrpc-transport-nats = { version = "0.23", path = "./crates/transport-nats", default-features = false }
144144
wrpc-transport-quic = { version = "0.1.1", path = "./crates/transport-quic", default-features = false }
145-
wrpc-wasmtime-nats-cli = { version = "0.6.1", path = "./crates/wasmtime-nats-cli", default-features = false }
145+
wrpc-wasmtime-nats-cli = { version = "0.7", path = "./crates/wasmtime-nats-cli", default-features = false }

crates/transport-nats/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wrpc-transport-nats"
3-
version = "0.22.4"
3+
version = "0.23.0"
44
description = "wRPC NATS transport"
55

66
authors.workspace = true

crates/wasmtime-nats-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wrpc-wasmtime-nats-cli"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
description = "wRPC Wasmtime NATS CLI"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)