Skip to content

Commit c602bee

Browse files
committed
chore: bump crate versions
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 2a002f9 commit c602bee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ wrpc-runtime-wasmtime = { version = "0.23", path = "./crates/runtime-wasmtime",
143143
wrpc-transport = { version = "0.27", path = "./crates/transport", default-features = false }
144144
wrpc-transport-nats = { version = "0.24.1", path = "./crates/transport-nats", default-features = false }
145145
wrpc-transport-quic = { version = "0.2.1", path = "./crates/transport-quic", default-features = false }
146-
wrpc-wasmtime-nats-cli = { version = "0.9", path = "./crates/wasmtime-nats-cli", default-features = false }
146+
wrpc-wasmtime-nats-cli = { version = "0.9.1", path = "./crates/wasmtime-nats-cli", default-features = false }

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.9.0"
3+
version = "0.9.1"
44
description = "wRPC Wasmtime NATS CLI"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)