diff --git a/Cargo.lock b/Cargo.lock index 614422b8..e723ce3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3530,7 +3530,7 @@ dependencies = [ [[package]] name = "wit-bindgen-wrpc-go" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", @@ -3605,7 +3605,7 @@ dependencies = [ [[package]] name = "wrpc" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "async-nats", diff --git a/Cargo.toml b/Cargo.toml index 2efc6d0c..27eb4b8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrpc" -version = "0.1.2" +version = "0.1.3" description = "WebAssembly component-native RPC framework based on WIT" authors.workspace = true @@ -139,7 +139,7 @@ webpki-roots = { version = "0.26", default-features = false } wit-bindgen = { version = "0.24", default-features = false } wit-bindgen-core = { version = "0.24", default-features = false } wit-bindgen-wrpc = { version = "0.3.6", default-features = false, path = "./crates/wit-bindgen" } -wit-bindgen-wrpc-go = { version = "0.1.0", default-features = false, path = "./crates/wit-bindgen-go" } +wit-bindgen-wrpc-go = { version = "0.1.1", default-features = false, path = "./crates/wit-bindgen-go" } wit-bindgen-wrpc-rust = { version = "0.3.3", default-features = false, path = "./crates/wit-bindgen-rust" } wit-bindgen-wrpc-rust-macro = { version = "0.3.4", default-features = false, path = "./crates/wit-bindgen-rust-macro" } wit-component = { version = "0.202", default-features = false } diff --git a/crates/wit-bindgen-go/Cargo.toml b/crates/wit-bindgen-go/Cargo.toml index d24f128c..5442e526 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.1.0" +version = "0.1.1" homepage = 'https://github.com/bytecodealliance/wit-bindgen' description = """ Go bindings generator for wRPC