Skip to content

Commit 6649f09

Browse files
committed
chore: bump crate versions
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 4abab2d commit 6649f09

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "WebAssembly component-native RPC framework based on WIT"
33
name = "wrpc"
4-
version = "0.7.0"
4+
version = "0.8.0"
55

66
authors.workspace = true
77
categories.workspace = true
@@ -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.6", default-features = false, path = "./crates/wit-bindgen-go" }
134+
wit-bindgen-wrpc-go = { version = "0.7", 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.6.0"
3+
version = "0.7.0"
44
description = """
55
Go bindings generator for wRPC
66
"""

0 commit comments

Comments
 (0)