diff --git a/Cargo.lock b/Cargo.lock index 7e4baec40..356390dab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5094,7 +5094,7 @@ dependencies = [ [[package]] name = "wit-bindgen-wrpc-go" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anyhow", "clap", @@ -5454,7 +5454,7 @@ dependencies = [ [[package]] name = "wrpc-wasi-keyvalue" -version = "0.1.1" +version = "0.2.0" dependencies = [ "wit-bindgen-wrpc", ] diff --git a/Cargo.toml b/Cargo.toml index 1ce8b0a42..a21f1ddfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -168,7 +168,7 @@ wasmtime-wasi-http = { version = "45", default-features = false } wit-bindgen = { version = "0.45", default-features = false } wit-bindgen-core = { version = "0.36", default-features = false } wit-bindgen-wrpc = { version = "0.11", default-features = false, path = "./crates/wit-bindgen" } -wit-bindgen-wrpc-go = { version = "0.12", default-features = false, path = "./crates/wit-bindgen-go" } +wit-bindgen-wrpc-go = { version = "0.13", default-features = false, path = "./crates/wit-bindgen-go" } wit-bindgen-wrpc-rust = { version = "0.11", default-features = false, path = "./crates/wit-bindgen-rust" } wit-bindgen-wrpc-rust-macro = { version = "0.11", default-features = false, path = "./crates/wit-bindgen-rust-macro" } wit-component = { version = "0.252", default-features = false } @@ -181,7 +181,7 @@ wrpc-transport = { version = "0.29", path = "./crates/transport", default-featur wrpc-transport-nats = { version = "0.31", path = "./crates/transport-nats", default-features = false } wrpc-transport-quic = { version = "0.6", path = "./crates/transport-quic", default-features = false } wrpc-transport-web = { version = "0.3", path = "./crates/transport-web", default-features = false } -wrpc-wasi-keyvalue = { version = "0.1.1", path = "./crates/wasi-keyvalue", default-features = false } +wrpc-wasi-keyvalue = { version = "0.2", path = "./crates/wasi-keyvalue", default-features = false } wrpc-wasi-keyvalue-mem = { version = "0.2", path = "./crates/wasi-keyvalue-mem", default-features = false } wrpc-wasi-keyvalue-redis = { version = "0.2", path = "./crates/wasi-keyvalue-redis", default-features = false } wrpc-wasmtime-cli = { version = "0.9", path = "./crates/wasmtime-cli", default-features = false } diff --git a/crates/wasi-keyvalue/Cargo.toml b/crates/wasi-keyvalue/Cargo.toml index 6e6669d2b..e9190215c 100644 --- a/crates/wasi-keyvalue/Cargo.toml +++ b/crates/wasi-keyvalue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc-wasi-keyvalue" -version = "0.1.1" +version = "0.2.0" description = "`wasi:keyvalue` bindings for wRPC" authors.workspace = true diff --git a/crates/wit-bindgen-go/Cargo.toml b/crates/wit-bindgen-go/Cargo.toml index f0603b440..4d1d2c40c 100644 --- a/crates/wit-bindgen-go/Cargo.toml +++ b/crates/wit-bindgen-go/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wit-bindgen-wrpc-go" -version = "0.12.0" +version = "0.13.0" description = """ Go bindings generator for wRPC """