Skip to content

Commit

Permalink
chore(rust): bump crates
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed May 23, 2024
1 parent 9519460 commit c2ce1e2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrpc"
version = "0.1.3"
version = "0.2.0"
description = "WebAssembly component-native RPC framework based on WIT"

authors.workspace = true
Expand Down Expand Up @@ -147,10 +147,10 @@ wit-component = { version = "0.208", default-features = false }
wit-parser = { version = "0.208", default-features = false }
wrpc-cli = { version = "0.1", 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-introspect = { version = "0.1", default-features = false, path = "./crates/introspect" }
wrpc-runtime-wasmtime = { version = "0.16", path = "./crates/runtime-wasmtime", default-features = false }
wrpc-interface-http = { version = "0.23", path = "./crates/interface-http", 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.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 = "0.1", path = "./crates/wasmtime-nats-cli", default-features = false }
wrpc-wasmtime-nats-cli = { version = "0.2", path = "./crates/wasmtime-nats-cli", default-features = false }
2 changes: 1 addition & 1 deletion crates/interface-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrpc-interface-http"
version = "0.22.0"
version = "0.23.0"
description = "wRPC HTTP interface"

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

authors.workspace = true
categories.workspace = true
Expand Down
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.16.0"
version = "0.17.0"
description = "wRPC wasmtime integration"

authors.workspace = true
Expand Down
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.1.0"
version = "0.2.0"
description = "wRPC Wasmtime NATS CLI"

authors.workspace = true
Expand Down

0 comments on commit c2ce1e2

Please sign in to comment.