Skip to content

Commit

Permalink
chore: bump wit-bindgen-wrpc-go
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Oct 11, 2024
1 parent ebbef37 commit 5f5b9cd
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ wasmtime-wasi = { version = "25", default-features = false }
wit-bindgen = { version = "0.33", default-features = false }
wit-bindgen-core = { version = "0.33", default-features = false }
wit-bindgen-wrpc = { version = "0.8", default-features = false, path = "./crates/wit-bindgen" }
wit-bindgen-wrpc-go = { version = "0.9.1", default-features = false, path = "./crates/wit-bindgen-go" }
wit-bindgen-wrpc-go = { version = "0.10", default-features = false, path = "./crates/wit-bindgen-go" }
wit-bindgen-wrpc-rust = { version = "0.8", default-features = false, path = "./crates/wit-bindgen-rust" }
wit-bindgen-wrpc-rust-macro = { version = "0.8", default-features = false, path = "./crates/wit-bindgen-rust-macro" }
wit-component = { version = "0.218", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/wit-bindgen-go/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wit-bindgen-wrpc-go"
version = "0.9.1"
version = "0.10.0"
description = """
Go bindings generator for wRPC
"""
Expand Down
2 changes: 1 addition & 1 deletion examples/go/hello-client/bindings/client.wrpc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
// client package contains wRPC bindings for `client` world
package client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
package handler

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
package handler

import (
Expand Down
2 changes: 1 addition & 1 deletion examples/go/hello-server/bindings/server.wrpc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
// server package contains wRPC bindings for `server` world
package server

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
package resources

import (
Expand Down
2 changes: 1 addition & 1 deletion examples/go/resources-server/bindings/server.wrpc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
// server package contains wRPC bindings for `server` world
package server

Expand Down
2 changes: 1 addition & 1 deletion examples/go/streams-client/bindings/client.wrpc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
// client package contains wRPC bindings for `client` world
package client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
package handler

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
package handler

import (
Expand Down
2 changes: 1 addition & 1 deletion examples/go/streams-server/bindings/server.wrpc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
// server package contains wRPC bindings for `server` world
package server

Expand Down
2 changes: 1 addition & 1 deletion examples/go/wasi-keyvalue-client/bindings/client.wrpc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
// client package contains wRPC bindings for `client` world
package client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
package store

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
package store

import (
Expand Down
2 changes: 1 addition & 1 deletion examples/go/wasi-keyvalue-server/bindings/server.wrpc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by `wit-bindgen-wrpc-go` 0.9.1. DO NOT EDIT!
// Generated by `wit-bindgen-wrpc-go` 0.10.0. DO NOT EDIT!
// server package contains wRPC bindings for `server` world
package server

Expand Down

0 comments on commit 5f5b9cd

Please sign in to comment.