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

Commit

Permalink
Fix/out with the sync (#98)
Browse files Browse the repository at this point in the history
* testing wasmbus-rpc-0.11

Signed-off-by: stevelr <[email protected]>

* bump wasmbus-rpc dependency

Signed-off-by: stevelr <[email protected]>

* remove alpha tag

Signed-off-by: stevelr <[email protected]>

* bump wasmbus-rpc

Signed-off-by: stevelr <[email protected]>

Signed-off-by: stevelr <[email protected]>
  • Loading branch information
stevelr authored Nov 23, 2022
1 parent 74de209 commit cacdce7
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 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.5.0"
version = "0.5.1"
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.11.0"
wasmbus-rpc = "0.11.1"

[dev-dependencies]
base64 = "0.13"
Expand Down
6 changes: 3 additions & 3 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.7.0"
version = "0.7.1"
description = "Interface library for the wasmcloud factorial capability, wasmcloud:example:factorial"
homepage = "https://wasmcloud.dev"
repository = "https://github.com/wasmcloud/interfaces"
Expand All @@ -24,12 +24,12 @@ futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
wasmbus-rpc = "0.11.0"
wasmbus-rpc = "0.11.1"

[dev-dependencies]
base64 = "0.13"

# build-dependencies needed for build.rs
[build-dependencies]
weld-codegen = "0.5.0"
weld-codegen = "0.6.0"

2 changes: 1 addition & 1 deletion factorial/rust/src/factorial.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is @generated by wasmcloud/weld-codegen 0.5.0.
// This file is @generated by wasmcloud/weld-codegen 0.6.0.
// It is not intended for manual editing.
// namespace: org.wasmcloud.interface.factorial

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.8.0"
version = "0.8.1"
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.11.0"
wasmbus-rpc = "0.11.1"

[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.8.0"
version = "0.8.1"
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.11.0"
wasmbus-rpc = "0.11.1"

[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.9.0"
version = "0.9.1"
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.11.0"
wasmbus-rpc = "0.11.1"

[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.16.0"
version = "0.16.1"
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.11.0"
wasmbus-rpc = "0.11.1"

[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.8.0"
version = "0.8.1"
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.11.0"
wasmbus-rpc = "0.11.1"

[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.8.0"
version = "0.8.1"
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.11.0"
wasmbus-rpc = "0.11.1"

[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.4.0"
version = "0.4.1"
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.11.0"
wasmbus-rpc = "0.11.1"

[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.8.0"
version = "0.8.1"
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.11.0"
wasmbus-rpc = "0.11.1"

[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.8.0"
version = "0.8.1"
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.11.0"
wasmbus-rpc = "0.11.1"

[dev-dependencies]
base64 = "0.13"
Expand Down
6 changes: 3 additions & 3 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.7.0"
version = "0.7.1"
description = "Testing interface (wasmcloud:testing)"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand All @@ -25,10 +25,10 @@ serde = { version = "1.0" , features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
rmp-serde = "1.1.0"
wasmbus-rpc = "0.11.0"
wasmbus-rpc = "0.11.1"

[dev-dependencies]
base64 = "0.13"
base64 = "0.13.1"

# build-dependencies needed for build.rs
[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tests/actor/builtins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde_json ="1.0"
serde = {version = "1.0", features = ["derive"]}
regex = "1"

wasmbus-rpc = "0.11.0"
wasmbus-rpc = "0.11.1"
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 cacdce7

Please sign in to comment.