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

Commit

Permalink
Merge pull request #136 from connorsmith256/bumpity-bump
Browse files Browse the repository at this point in the history
chore: bump wasmbus-rpc
  • Loading branch information
connorsmith256 authored Sep 19, 2023
2 parents bab944b + c5106db commit f020c93
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 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.8.0"
version = "0.9.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 @@ -23,7 +23,7 @@ futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
wasmbus-rpc = "0.14"
wasmbus-rpc = "0.15"

[dev-dependencies]
base64 = "0.13"
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.9.0"
version = "0.10.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.14"
wasmbus-rpc = "0.15"

[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.10.0"
version = "0.11.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.14"
wasmbus-rpc = "0.15"

[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.11.0"
version = "0.12.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.14"
wasmbus-rpc = "0.15"

[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.11.0"
version = "0.12.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.14"
wasmbus-rpc = "0.15"

# build-dependencies needed for build.rs
[build-dependencies]
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.19.0"
version = "0.20.0"
edition = "2021"
homepage = "https://wasmcloud.com"
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.14"
wasmbus-rpc = "0.15"

[build-dependencies]
weld-codegen = "0.7"
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.10.0"
version = "0.11.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.14"
wasmbus-rpc = "0.15"

[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.10.0"
version = "0.11.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.14"
wasmbus-rpc = "0.15"

[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.10.0"
version = "0.11.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.14"
wasmbus-rpc = "0.15"

[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.10.0"
version = "0.11.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.14"
wasmbus-rpc = "0.15"

[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.9.0"
version = "0.10.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.14.0"
wasmbus-rpc = "0.15.0"

[dev-dependencies]
base64 = "0.13.1"
Expand Down

0 comments on commit f020c93

Please sign in to comment.