Skip to content

Commit 45b0225

Browse files
committed
chore: bump crate versions
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent ebaf08d commit 45b0225

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 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.8.1"
4+
version = "0.9.0"
55

66
authors.workspace = true
77
categories.workspace = true
@@ -130,10 +130,10 @@ wasmtime = { version = "24", default-features = false }
130130
wasmtime-wasi = { version = "24", 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.3", default-features = false, path = "./crates/wit-bindgen" }
134-
wit-bindgen-wrpc-go = { version = "0.7", default-features = false, path = "./crates/wit-bindgen-go" }
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" }
133+
wit-bindgen-wrpc = { version = "0.6.4", default-features = false, path = "./crates/wit-bindgen" }
134+
wit-bindgen-wrpc-go = { version = "0.8", default-features = false, path = "./crates/wit-bindgen-go" }
135+
wit-bindgen-wrpc-rust = { version = "0.6.4", default-features = false, path = "./crates/wit-bindgen-rust" }
136+
wit-bindgen-wrpc-rust-macro = { version = "0.6.4", 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-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.7.0"
3+
version = "0.8.0"
44
description = """
55
Go bindings generator for wRPC
66
"""

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.3"
3+
version = "0.6.4"
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.3"
3+
version = "0.6.4"
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.3"
3+
version = "0.6.4"
44
description = """
55
Rust bindings generator for wRPC.
66
"""

0 commit comments

Comments
 (0)