Skip to content

Commit d4755c8

Browse files
committedMay 20, 2024
chore(rust): bump crates
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 501a4d6 commit d4755c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wrpc"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "WebAssembly component-native RPC framework based on WIT"
55

66
authors.workspace = true
@@ -139,7 +139,7 @@ webpki-roots = { version = "0.26", default-features = false }
139139
wit-bindgen = { version = "0.24", default-features = false }
140140
wit-bindgen-core = { version = "0.24", default-features = false }
141141
wit-bindgen-wrpc = { version = "0.3.6", default-features = false, path = "./crates/wit-bindgen" }
142-
wit-bindgen-wrpc-go = { version = "0.1.0", default-features = false, path = "./crates/wit-bindgen-go" }
142+
wit-bindgen-wrpc-go = { version = "0.1.1", default-features = false, path = "./crates/wit-bindgen-go" }
143143
wit-bindgen-wrpc-rust = { version = "0.3.3", default-features = false, path = "./crates/wit-bindgen-rust" }
144144
wit-bindgen-wrpc-rust-macro = { version = "0.3.4", default-features = false, path = "./crates/wit-bindgen-rust-macro" }
145145
wit-component = { version = "0.202", default-features = false }

‎crates/wit-bindgen-go/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wit-bindgen-wrpc-go"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
55
description = """
66
Go bindings generator for wRPC

0 commit comments

Comments
 (0)
Failed to load comments.