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

Commit

Permalink
patch bump to release new interface readme's (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend authored Jul 18, 2022
1 parent f42a35e commit 3c33ede
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions blobstore/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wasmcloud-interface-blobstore"
version = "0.3.0"
description = "interface for accessing an object store"
version = "0.3.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"
keywords = ["wasmcloud","wasm","actor","webassembly","capability"]
Expand All @@ -23,7 +23,7 @@ default = []
[dependencies]
async-trait = "0.1"
futures = "0.3"
serde = { version = "1.0" , features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
wasmbus-rpc = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0"
version = "0.5.1"
description = "Interface library for the wasmcloud factorial capability, wasmcloud:example:factorial"
homepage = "https://wasmcloud.dev"
repository = "https://github.com/wasmcloud/interfaces"
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0"
version = "0.6.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 Down
2 changes: 1 addition & 1 deletion 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.6.0"
version = "0.6.1"
description = "interface for actors to receive http requests (wasmcloud:httpserver)"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand Down
4 changes: 2 additions & 2 deletions keyvalue/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wasmcloud-interface-keyvalue"
version = "0.7.0"
description = "Key-Value store (wasmcloud:keyvalue)"
version = "0.7.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"
keywords = ["wasmcloud","key-value","redis","capability"]
Expand Down
4 changes: 2 additions & 2 deletions lattice-control/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "wasmcloud-interface-lattice-control"
version = "0.12.1"
version = "0.12.2"
edition = "2021"
homepage = "https://wasmcloud.dev"
repository = "https://github.com/wasmCloud/interfaces"
description = "This library allows different types of consumers to interact with the lattice control interface."
description = "This library allows different types of consumers to interact with the lattice control interface over wasmcloud:latticecontrol"
license = "Apache-2.0"
documentation = "https://docs.rs/wasmcloud-interface-lattice-control"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0"
version = "0.6.1"
description = "interface for logging capability provider (wasmcloud:builtin:logging)"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0"
version = "0.6.1"
description = "Interface library for the wasmCloud messaging capability, wasmcloud:messaging"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand Down
6 changes: 3 additions & 3 deletions ml/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "wasmcloud_interface_mlinference"
version = "0.2.0"
version = "0.2.1"
description = "Interface library for the MlInference capability"
authors = [ "[email protected]" ]
authors = [ "wasmCloud Team" ]
edition = "2021"
license = "Apache-2.0"
readme = "../README.md"
Expand All @@ -18,7 +18,7 @@ default = []

[dependencies]
async-trait = "0.1"
serde = { version = "1.0" , features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11"
wasmbus-rpc = "0.9"

Expand Down
2 changes: 1 addition & 1 deletion 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.6.0"
version = "0.6.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 Down
4 changes: 2 additions & 2 deletions sqldb/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wasmcloud-interface-sqldb"
version = "0.6.0"
description = "Interface for wasmCloud actors to connect to a relational database using the capability 'wasmcloud:sqldb'"
version = "0.6.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"
keywords = ["wasmcloud","wasm","database","webassembly","capability"]
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0"
version = "0.5.1"
description = "Testing interface (wasmcloud:testing)"
repository = "https://github.com/wasmcloud/interfaces"
homepage = "https://github.com/wasmcloud/wasmcloud"
Expand Down

0 comments on commit 3c33ede

Please sign in to comment.