Skip to content

Commit d7946c7

Browse files
committed
++0.11.0
1 parent 5dad8c6 commit d7946c7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

crates/twirp-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twirp-build"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
description = "Code generation for async-compatible Twirp RPC interfaces."
66
readme = "README.md"

crates/twirp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twirp"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
description = "An async-compatible library for Twirp RPC in Rust."
66
readme = "README.md"

0 commit comments

Comments
 (0)