Skip to content

Commit 723a8c2

Browse files
committed
chore: bump crate versions
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 1a19079 commit 723a8c2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ wasmtime = { version = "23", default-features = false }
130130
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 }
133-
wit-bindgen-wrpc = { version = "0.6.2", default-features = false, path = "./crates/wit-bindgen" }
133+
wit-bindgen-wrpc = { version = "0.6.3", default-features = false, path = "./crates/wit-bindgen" }
134134
wit-bindgen-wrpc-go = { version = "0.5", default-features = false, path = "./crates/wit-bindgen-go" }
135-
wit-bindgen-wrpc-rust = { version = "0.6.2", default-features = false, path = "./crates/wit-bindgen-rust" }
136-
wit-bindgen-wrpc-rust-macro = { version = "0.6.2", default-features = false, path = "./crates/wit-bindgen-rust-macro" }
135+
wit-bindgen-wrpc-rust = { version = "0.6.3", default-features = false, path = "./crates/wit-bindgen-rust" }
136+
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 }
138138
wit-parser = { version = "0.215", default-features = false }
139139
wrpc-cli = { version = "0.2.1", path = "./crates/cli", default-features = false }

crates/wit-bindgen-rust-macro/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-rust-macro"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = """
55
Procedural macro paired with the `wit-bindgen-wrpc` crate.
66
"""

crates/wit-bindgen-rust/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-rust"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = """
55
Rust bindings generator for wRPC, typically used through
66
the `wit-bindgen-wrpc` crate's `generate!` macro.

crates/wit-bindgen/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"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = """
55
Rust bindings generator for wRPC.
66
"""

0 commit comments

Comments
 (0)