Skip to content

Commit 5f5b9cd

Browse files
committed
chore: bump wit-bindgen-wrpc-go
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent ebbef37 commit 5f5b9cd

17 files changed

Lines changed: 17 additions & 17 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
@@ -135,7 +135,7 @@ wasmtime-wasi = { version = "25", default-features = false }
135135
wit-bindgen = { version = "0.33", default-features = false }
136136
wit-bindgen-core = { version = "0.33", default-features = false }
137137
wit-bindgen-wrpc = { version = "0.8", default-features = false, path = "./crates/wit-bindgen" }
138-
wit-bindgen-wrpc-go = { version = "0.9.1", default-features = false, path = "./crates/wit-bindgen-go" }
138+
wit-bindgen-wrpc-go = { version = "0.10", default-features = false, path = "./crates/wit-bindgen-go" }
139139
wit-bindgen-wrpc-rust = { version = "0.8", default-features = false, path = "./crates/wit-bindgen-rust" }
140140
wit-bindgen-wrpc-rust-macro = { version = "0.8", default-features = false, path = "./crates/wit-bindgen-rust-macro" }
141141
wit-component = { version = "0.218", 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.9.1"
3+
version = "0.10.0"
44
description = """
55
Go bindings generator for wRPC
66
"""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
22
// client package contains wRPC bindings for `client` world
33
package client

examples/go/hello-client/bindings/wrpc_examples/hello/handler/bindings.wrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
22
package handler
33

44
import (

examples/go/hello-server/bindings/exports/wrpc_examples/hello/handler/bindings.wrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
22
package handler
33

44
import (

examples/go/hello-server/bindings/server.wrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
22
// server package contains wRPC bindings for `server` world
33
package server
44

examples/go/resources-server/bindings/exports/wrpc_examples/resources/resources/bindings.wrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
22
package resources
33

44
import (

examples/go/resources-server/bindings/server.wrpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
22
// server package contains wRPC bindings for `server` world
33
package server
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
1+
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
22
// client package contains wRPC bindings for `client` world
33
package client

0 commit comments

Comments
 (0)