Skip to content

Commit

Permalink
build(rust): bump crates
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed May 17, 2024
1 parent f212209 commit 47300ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 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
@@ -1,6 +1,6 @@
[package]
name = "wrpc"
version = "0.1.1"
version = "0.1.2"
description = "WebAssembly component-native RPC framework based on WIT"

authors.workspace = true
Expand Down Expand Up @@ -148,7 +148,7 @@ wrpc-cli = { version = "*", 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-runtime-wasmtime = { version = "0.16", path = "./crates/runtime-wasmtime", default-features = false }
wrpc-transport = { version = "0.24.2", path = "./crates/transport", 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 = "*", path = "./crates/wasmtime-nats-cli", default-features = false }
3 changes: 1 addition & 2 deletions crates/transport/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrpc-transport"
version = "0.24.2"
version = "0.24.3"
description = "wRPC core transport functionality"

authors.workspace = true
Expand All @@ -11,7 +11,6 @@ repository.workspace = true

[dependencies]
anyhow = { workspace = true, features = ["std"] }
async-nats = { workspace = true }
async-trait = { workspace = true }
bytes = { workspace = true }
futures = { workspace = true }
Expand Down

0 comments on commit 47300ee

Please sign in to comment.