Skip to content

Commit cd5b32f

Browse files
authored
chore: prepare 0.14.4 release (#2504)
- Fixes docsrs build
1 parent 27640d2 commit cd5b32f

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.3"
14+
version = "0.14.4"
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.3"
14+
version = "0.14.4"
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.3"
3+
version = "0.14.4"
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.3"
3+
version = "0.14.4"
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.3"
17+
version = "0.14.4"
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.3"
17+
version = "0.14.4"
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.3"
14+
version = "0.14.4"
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.3"
18+
version = "0.14.4"
1919
rust-version = {workspace = true}
2020
exclude = ["benches-disabled"]
2121

0 commit comments

Comments
 (0)