Skip to content

Commit c9cc210

Browse files
authored
chore: prepare v0.14.1 release (#2379)
1 parent e510d98 commit c9cc210

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tonic-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-build"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.14.0"
14+
version = "0.14.1"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic-health/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-health"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.14.0"
14+
version = "0.14.1"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic-prost-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 = "tonic-prost-build"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Lucio Franco <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

tonic-prost/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tonic-prost"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Lucio Franco <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

tonic-reflection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
name = "tonic-reflection"
1515
readme = "README.md"
1616
repository = "https://github.com/hyperium/tonic"
17-
version = "0.14.0"
17+
version = "0.14.1"
1818
rust-version = { workspace = true }
1919

2020
[package.metadata.docs.rs]

tonic-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
name = "tonic-types"
1515
readme = "README.md"
1616
repository = "https://github.com/hyperium/tonic"
17-
version = "0.14.0"
17+
version = "0.14.1"
1818
rust-version = { workspace = true }
1919

2020
[dependencies]

tonic-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-web"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.14.0"
14+
version = "0.14.1"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
1515
license = "MIT"
1616
readme = "../README.md"
1717
repository = "https://github.com/hyperium/tonic"
18-
version = "0.14.0"
18+
version = "0.14.1"
1919
rust-version = {workspace = true}
2020
exclude = ["benches-disabled"]
2121

0 commit comments

Comments
 (0)