Skip to content

Commit 4c5b320

Browse files
committed
feat(go-bindgen): sync resource design with Rust
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 186ccdc commit 4c5b320

17 files changed

Lines changed: 566 additions & 731 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ wasmtime-wasi = { version = "23", default-features = false }
131131
wit-bindgen = { version = "0.30", default-features = false }
132132
wit-bindgen-core = { version = "0.30", default-features = false }
133133
wit-bindgen-wrpc = { version = "0.6.3", default-features = false, path = "./crates/wit-bindgen" }
134-
wit-bindgen-wrpc-go = { version = "0.5", default-features = false, path = "./crates/wit-bindgen-go" }
134+
wit-bindgen-wrpc-go = { version = "0.6", default-features = false, path = "./crates/wit-bindgen-go" }
135135
wit-bindgen-wrpc-rust = { version = "0.6.3", default-features = false, path = "./crates/wit-bindgen-rust" }
136136
wit-bindgen-wrpc-rust-macro = { version = "0.6.3", default-features = false, path = "./crates/wit-bindgen-rust-macro" }
137137
wit-component = { version = "0.215", default-features = false }

crates/wit-bindgen-go/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wit-bindgen-wrpc-go"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = """
55
Go bindings generator for wRPC
66
"""

0 commit comments

Comments
 (0)