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 18, 2024
1 parent ea0a55a commit e3c9613
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "WebAssembly component-native RPC framework based on WIT"
name = "wrpc"
version = "0.12.0"
version = "0.13.0"

authors.workspace = true
categories.workspace = true
Expand Down Expand Up @@ -143,10 +143,10 @@ wit-component = { version = "0.218", default-features = false }
wit-parser = { version = "0.218", default-features = false }
wrpc-cli = { version = "0.4", path = "./crates/cli", default-features = false }
wrpc-introspect = { version = "0.5", 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-runtime-wasmtime = { version = "0.24.1", path = "./crates/runtime-wasmtime", default-features = false }
wrpc-transport = { version = "0.28.1", path = "./crates/transport", 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.1", path = "./crates/wasmtime-cli", default-features = false }
wrpc-wasmtime-cli = { version = "0.2", path = "./crates/wasmtime-cli", default-features = false }
2 changes: 1 addition & 1 deletion crates/runtime-wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrpc-runtime-wasmtime"
version = "0.24.0"
version = "0.24.1"
description = "wRPC wasmtime integration"

authors.workspace = true
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.28.0"
version = "0.28.1"
description = "wRPC core transport functionality"

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.1.0"
version = "0.2.0"
description = "wRPC Wasmtime CLI"

authors.workspace = true
Expand Down

0 comments on commit e3c9613

Please sign in to comment.