Skip to content

Commit 0da8201

Browse files
committed
chore: bump wit-bindgen-go
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent f7e015a commit 0da8201

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ wasmtime-wasi-http = { version = "31", default-features = false }
170170
wit-bindgen = { version = "0.36", default-features = false }
171171
wit-bindgen-core = { version = "0.36", default-features = false }
172172
wit-bindgen-wrpc = { version = "0.9", default-features = false, path = "./crates/wit-bindgen" }
173-
wit-bindgen-wrpc-go = { version = "0.11", default-features = false, path = "./crates/wit-bindgen-go" }
173+
wit-bindgen-wrpc-go = { version = "0.12", default-features = false, path = "./crates/wit-bindgen-go" }
174174
wit-bindgen-wrpc-rust = { version = "0.9", default-features = false, path = "./crates/wit-bindgen-rust" }
175175
wit-bindgen-wrpc-rust-macro = { version = "0.9", default-features = false, path = "./crates/wit-bindgen-rust-macro" }
176176
wit-component = { version = "0.221", 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.11.0"
3+
version = "0.12.0"
44
description = """
55
Go bindings generator for wRPC
66
"""

0 commit comments

Comments
 (0)