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

Commit

Permalink
Bumping keyvalue to newest wascap by way of wasmbus-rpc (#117)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Hoffman <[email protected]>
  • Loading branch information
autodidaddict authored Jul 20, 2023
1 parent 4782544 commit f73407b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 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.10.0"
version = "0.11.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,10 +24,7 @@ serde = { version = "1.0" , features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
log = "0.4"
wasmbus-rpc = "0.13"

[dev-dependencies]
base64 = "0.13"
wasmbus-rpc = "0.14"

# build-dependencies needed for build.rs
[build-dependencies]
Expand Down

0 comments on commit f73407b

Please sign in to comment.