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 <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Jun 18, 2024
1 parent f82aa6e commit ddb220c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
@@ -1,6 +1,6 @@
[package]
name = "wrpc"
version = "0.2.0"
version = "0.3.0"
description = "WebAssembly component-native RPC framework based on WIT"

authors.workspace = true
Expand Down Expand Up @@ -151,7 +151,7 @@ wit-parser = { version = "0.208", default-features = false }
wrpc-cli = { version = "0.1", path = "./crates/cli", default-features = false }
wrpc-introspect = { version = "0.2", default-features = false, path = "./crates/introspect" }
wrpc-runtime-wasmtime = { version = "0.17", path = "./crates/runtime-wasmtime", default-features = false }
wrpc-transport = { version = "0.25", path = "./crates/transport", default-features = false }
wrpc-transport = { version = "0.26", path = "./crates/transport", default-features = false }
wrpc-transport-nats = { version = "0.22", path = "./crates/transport-nats", default-features = false }
wrpc-transport-quic = { version = "0.1", path = "./crates/transport-quic", default-features = false }
wrpc-wasmtime-nats-cli = { version = "0.2", path = "./crates/wasmtime-nats-cli", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/transport/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrpc-transport"
version = "0.25.1"
version = "0.26.0"
description = "wRPC core transport functionality"

authors.workspace = true
Expand Down

0 comments on commit ddb220c

Please sign in to comment.