Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
testing wasmbus-rpc-0.11 (#95)
Browse files Browse the repository at this point in the history
* testing wasmbus-rpc-0.11

Signed-off-by: stevelr <steve@cosmonic.com>

* bump wasmbus-rpc dependency

Signed-off-by: stevelr <steve@cosmonic.com>

* remove alpha tag

Signed-off-by: stevelr <steve@cosmonic.com>

Signed-off-by: stevelr <steve@cosmonic.com>
  • Loading branch information
stevelr authored Nov 15, 2022
1 parent b9aa48b commit 74de209
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions blobstore/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-interface-blobstore"
version = "0.4.0"
version = "0.5.0"
description = "Interface for accessing an object store over the wasmcloud:blobstore contract"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand All @@ -26,7 +26,7 @@ futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
wasmbus-rpc = "0.10.0"
wasmbus-rpc = "0.11.0"

[dev-dependencies]
base64 = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions factorial/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-interface-factorial"
version = "0.6.0"
version = "0.7.0"
description = "Interface library for the wasmcloud factorial capability, wasmcloud:example:factorial"
homepage = "https://wasmcloud.dev"
repository = "https://github.com/wasmcloud/interfaces"
Expand All @@ -24,7 +24,7 @@ futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
wasmbus-rpc = "0.10.0"
wasmbus-rpc = "0.11.0"

[dev-dependencies]
base64 = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions httpclient/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-interface-httpclient"
version = "0.7.0"
version = "0.8.0"
description = "interface for actors to issue http/https requests (wasmcloud:httpclient)"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand All @@ -26,7 +26,7 @@ futures = "0.3"
serde = { version = "1.0" , features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
wasmbus-rpc = "0.10.0"
wasmbus-rpc = "0.11.0"

[dev-dependencies]
base64 = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions httpserver/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-interface-httpserver"
version = "0.7.0"
version = "0.8.0"
description = "interface for actors to receive http requests (wasmcloud:httpserver)"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand All @@ -23,7 +23,7 @@ async-trait = "0.1"
serde = { version = "1.0" , features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
wasmbus-rpc = "0.10.0"
wasmbus-rpc = "0.11.0"

[dev-dependencies]
base64 = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions keyvalue/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-interface-keyvalue"
version = "0.8.0"
version = "0.9.0"
description = "Interface for wasmCloud actors to access Key-Value stores (wasmcloud:keyvalue)"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand All @@ -24,7 +24,7 @@ serde = { version = "1.0" , features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
log = "0.4"
wasmbus-rpc = "0.10.0"
wasmbus-rpc = "0.11.0"

[dev-dependencies]
base64 = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions lattice-control/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-interface-lattice-control"
version = "0.15.0"
version = "0.16.0"
edition = "2021"
homepage = "https://wasmcloud.dev"
repository = "https://github.com/wasmCloud/interfaces"
Expand All @@ -21,7 +21,7 @@ futures = "0.3"
log = "0.4.14"
rmp-serde = "1.1.0"
serde = { version = "1.0.118", features = ["derive"] }
wasmbus-rpc = "0.10.0"
wasmbus-rpc = "0.11.0"

[build-dependencies]
weld-codegen = "0.5.0"
4 changes: 2 additions & 2 deletions logging/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-interface-logging"
version = "0.7.1"
version = "0.8.0"
description = "interface for logging capability provider (wasmcloud:builtin:logging)"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand Down Expand Up @@ -28,7 +28,7 @@ serde = { version = "1.0" , features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
cfg-if = "1.0"
wasmbus-rpc = "0.10.1"
wasmbus-rpc = "0.11.0"

[dev-dependencies]
base64 = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions messaging/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-interface-messaging"
version = "0.7.0"
version = "0.8.0"
description = "Interface library for the wasmCloud messaging capability, wasmcloud:messaging"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand All @@ -24,7 +24,7 @@ serde = { version = "1.0" , features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
log = "0.4"
wasmbus-rpc = "0.10.0"
wasmbus-rpc = "0.11.0"

[dev-dependencies]
base64 = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions ml/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud_interface_mlinference"
version = "0.3.0"
version = "0.4.0"
description = "Interface library for the MlInference capability"
authors = [ "wasmCloud Team" ]
edition = "2021"
Expand All @@ -20,7 +20,7 @@ default = []
async-trait = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11"
wasmbus-rpc = "0.10.0"
wasmbus-rpc = "0.11.0"

[dev-dependencies]
base64 = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions numbergen/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-interface-numbergen"
version = "0.7.0"
version = "0.8.0"
description = "interface for actors to generate random numbers and guids (wasmcloud:builtin:numbergen)"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand All @@ -26,7 +26,7 @@ futures = "0.3"
serde = { version = "1.0" , features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
wasmbus-rpc = "0.10.0"
wasmbus-rpc = "0.11.0"

[dev-dependencies]
base64 = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions sqldb/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-interface-sqldb"
version = "0.7.1"
version = "0.8.0"
description = "Interface for wasmCloud actors to connect to a relational database using the capability wasmcloud:sqldb"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand All @@ -27,7 +27,7 @@ serde = { version = "1.0" , features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
minicbor = { version = "0.17", features = ["derive", "std", "half"] }
wasmbus-rpc = "0.10.1"
wasmbus-rpc = "0.11.0"

[dev-dependencies]
base64 = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions testing/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-interface-testing"
version = "0.6.0"
version = "0.7.0"
description = "Testing interface (wasmcloud:testing)"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand All @@ -25,7 +25,7 @@ serde = { version = "1.0" , features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
rmp-serde = "1.1.0"
wasmbus-rpc = "0.10.0"
wasmbus-rpc = "0.11.0"

[dev-dependencies]
base64 = "0.13"
Expand Down
4 changes: 2 additions & 2 deletions tests/actor/builtins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "builtins-test-actor"
version = "0.2.1"
version = "0.3.0"
authors = [ "wasmcloud Team" ]
edition = "2021"

Expand All @@ -15,7 +15,7 @@ serde_json ="1.0"
serde = {version = "1.0", features = ["derive"]}
regex = "1"

wasmbus-rpc = "0.10.0"
wasmbus-rpc = "0.11.0"
wasmcloud-interface-numbergen = { path = "../../../numbergen/rust" }
wasmcloud-interface-logging = { path = "../../../logging/rust" }
wasmcloud-test-util = { path = "../../../../wasmcloud-test/wasmcloud-test-util" }
Expand Down

0 comments on commit 74de209

Please sign in to comment.