Skip to content

Commit c215000

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

11 files changed

Lines changed: 28 additions & 28 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 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.10.0"
4+
version = "0.10.1"
55

66
authors.workspace = true
77
categories.workspace = true
@@ -130,16 +130,16 @@ 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.4", default-features = false, path = "./crates/wit-bindgen" }
133+
wit-bindgen-wrpc = { version = "0.6.5", default-features = false, path = "./crates/wit-bindgen" }
134134
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" }
135+
wit-bindgen-wrpc-rust = { version = "0.6.5", default-features = false, path = "./crates/wit-bindgen-rust" }
136+
wit-bindgen-wrpc-rust-macro = { version = "0.6.5", 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.3", path = "./crates/cli", default-features = false }
140140
wrpc-introspect = { version = "0.3", default-features = false, path = "./crates/introspect" }
141-
wrpc-runtime-wasmtime = { version = "0.21", path = "./crates/runtime-wasmtime", default-features = false }
142-
wrpc-transport = { version = "0.26.7", path = "./crates/transport", default-features = false }
143-
wrpc-transport-nats = { version = "0.23", path = "./crates/transport-nats", default-features = false }
144-
wrpc-transport-quic = { version = "0.1.1", path = "./crates/transport-quic", default-features = false }
145-
wrpc-wasmtime-nats-cli = { version = "0.7", path = "./crates/wasmtime-nats-cli", default-features = false }
141+
wrpc-runtime-wasmtime = { version = "0.21.1", path = "./crates/runtime-wasmtime", default-features = false }
142+
wrpc-transport = { version = "0.26.8", path = "./crates/transport", default-features = false }
143+
wrpc-transport-nats = { version = "0.23.1", path = "./crates/transport-nats", default-features = false }
144+
wrpc-transport-quic = { version = "0.1.2", path = "./crates/transport-quic", default-features = false }
145+
wrpc-wasmtime-nats-cli = { version = "0.7.1", path = "./crates/wasmtime-nats-cli", default-features = false }

crates/pack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wrpc-pack"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Temporary stopgap solution for encoding fully-synchronous wRPC values"
55

66
authors.workspace = true

crates/runtime-wasmtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wrpc-runtime-wasmtime"
3-
version = "0.21.0"
3+
version = "0.21.1"
44
description = "wRPC wasmtime integration"
55

66
authors.workspace = true

crates/transport-nats/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wrpc-transport-nats"
3-
version = "0.23.0"
3+
version = "0.23.1"
44
description = "wRPC NATS transport"
55

66
authors.workspace = true

crates/transport-quic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wrpc-transport-quic"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "wRPC QUIC transport"
55

66
authors.workspace = true

crates/transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wrpc-transport"
3-
version = "0.26.7"
3+
version = "0.26.8"
44
description = "wRPC core transport functionality"
55

66
authors.workspace = true

crates/wasmtime-nats-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wrpc-wasmtime-nats-cli"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "wRPC Wasmtime NATS CLI"
55

66
authors.workspace = true

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

0 commit comments

Comments
 (0)