Skip to content

Commit

Permalink
chore: ensure crate versions are consistent
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Oct 11, 2024
1 parent a28c078 commit 0d30100
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ wrpc-cli = { version = "0.4", path = "./crates/cli", default-features = false }
wrpc-introspect = { version = "0.4.1", default-features = false, path = "./crates/introspect" }
wrpc-runtime-wasmtime = { version = "0.24", path = "./crates/runtime-wasmtime", default-features = false }
wrpc-transport = { version = "0.28", path = "./crates/transport", default-features = false }
wrpc-transport-nats = { version = "0.26", path = "./crates/transport-nats", default-features = false }
wrpc-transport-nats = { version = "0.25", path = "./crates/transport-nats", default-features = false }
wrpc-transport-quic = { version = "0.3", path = "./crates/transport-quic", default-features = false }
wrpc-wasi-keyvalue = { version = "0.1", path = "./crates/wasi-keyvalue", default-features = false }
wrpc-wasi-keyvalue-mem = { version = "0.1", path = "./crates/wasi-keyvalue-mem", default-features = false }
wrpc-wasmtime-cli = { version = "0.2", path = "./crates/wasmtime-cli", default-features = false }
wrpc-wasmtime-cli = { version = "0.1", path = "./crates/wasmtime-cli", default-features = false }
2 changes: 1 addition & 1 deletion crates/transport-nats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrpc-transport-nats"
version = "0.26.0"
version = "0.25.0"
description = "wRPC NATS transport"

authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmtime-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrpc-wasmtime-cli"
version = "0.2.0"
version = "0.1.0"
description = "wRPC Wasmtime CLI"

authors.workspace = true
Expand Down

0 comments on commit 0d30100

Please sign in to comment.