Skip to content

Commit b4bc927

Browse files
committed
chore: move keyvalue interface to wrpc/keyvalue repo
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 39d6059 commit b4bc927

29 files changed

+441
-1378
lines changed

Cargo.lock

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = ["Roman Volosatovs <[email protected]>"]
1414
categories = ["wasm"]
1515
edition = "2021"
1616
license = "Apache-2.0 WITH LLVM-exception"
17-
repository = "https://github.com/rvolosatovs/wrpc"
17+
repository = "https://github.com/wrpc/wrpc"
1818

1919
[workspace]
2020
members = ["crates/*", "examples/rust/*"]
@@ -42,7 +42,6 @@ wit-bindgen-wrpc-go = { workspace = true, features = ["clap"] }
4242
wit-bindgen-wrpc-rust = { workspace = true, features = ["clap"] }
4343
wrpc-interface-blobstore = { workspace = true }
4444
wrpc-interface-http = { workspace = true }
45-
wrpc-interface-keyvalue = { workspace = true }
4645
wrpc-runtime-wasmtime = { workspace = true, optional = true }
4746
wrpc-transport = { workspace = true }
4847
wrpc-transport-nats = { workspace = true, optional = true }
@@ -115,7 +114,6 @@ wit-bindgen-wrpc-rust-macro = { version = "0.3.4", default-features = false, pat
115114
wit-parser = { version = "0.202", default-features = false }
116115
wrpc-interface-blobstore = { version = "0.16", path = "./crates/interface-blobstore", default-features = false }
117116
wrpc-interface-http = { version = "0.22", path = "./crates/interface-http", default-features = false }
118-
wrpc-interface-keyvalue = { version = "0.13", path = "./crates/interface-keyvalue", default-features = false }
119117
wrpc-runtime-wasmtime = { version = "0.16", path = "./crates/runtime-wasmtime", default-features = false }
120118
wrpc-transport = { version = "0.24.2", path = "./crates/transport", default-features = false }
121119
wrpc-transport-nats = { version = "0.21", path = "./crates/transport-nats", default-features = false }

crates/interface-keyvalue/Cargo.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

crates/interface-keyvalue/src/lib.rs

Lines changed: 0 additions & 290 deletions
This file was deleted.

crates/interface-keyvalue/wit/deps.lock

Lines changed: 0 additions & 9 deletions
This file was deleted.

crates/interface-keyvalue/wit/deps.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)