Skip to content

Commit

Permalink
chore: 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 Oct 2, 2024
1 parent 2a002f9 commit c602bee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ wrpc-runtime-wasmtime = { version = "0.23", path = "./crates/runtime-wasmtime",
wrpc-transport = { version = "0.27", path = "./crates/transport", default-features = false }
wrpc-transport-nats = { version = "0.24.1", path = "./crates/transport-nats", default-features = false }
wrpc-transport-quic = { version = "0.2.1", path = "./crates/transport-quic", default-features = false }
wrpc-wasmtime-nats-cli = { version = "0.9", path = "./crates/wasmtime-nats-cli", default-features = false }
wrpc-wasmtime-nats-cli = { version = "0.9.1", path = "./crates/wasmtime-nats-cli", default-features = false }
2 changes: 1 addition & 1 deletion crates/wasmtime-nats-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrpc-wasmtime-nats-cli"
version = "0.9.0"
version = "0.9.1"
description = "wRPC Wasmtime NATS CLI"

authors.workspace = true
Expand Down

0 comments on commit c602bee

Please sign in to comment.