Skip to content

Commit 8d0b832

Browse files
authored
Release v0.8.0 (#186)
* bump to 0.8.0 for release * resolve the too-many-license-fields warning
1 parent 270e71b commit 8d0b832

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twirp-build"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
description = "Code generation for async-compatible Twirp RPC interfaces."
66
readme = "README.md"
@@ -11,7 +11,6 @@ categories = [
1111
"asynchronous",
1212
]
1313
repository = "https://github.com/github/twirp-rs"
14-
license = "MIT"
1514
license-file = "./LICENSE"
1615

1716
[dependencies]

crates/twirp/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twirp"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
description = "An async-compatible library for Twirp RPC in Rust."
66
readme = "README.md"
@@ -11,7 +11,6 @@ categories = [
1111
"asynchronous",
1212
]
1313
repository = "https://github.com/github/twirp-rs"
14-
license = "MIT"
1514
license-file = "./LICENSE"
1615

1716
[features]

0 commit comments

Comments
 (0)