Skip to content

Commit 86758e0

Browse files
committed
release: 🔖 v0.10.3-penumbra
this is the v0.10.2 release, with the additional extra changes: - #1 - #2 the `-penumbra` prerelease suffix is used to clarify this from any future upstream patch release.
1 parent db355dd commit 86758e0

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

tonic-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT"
1212
name = "tonic-build"
1313
readme = "README.md"
1414
repository = "https://github.com/hyperium/tonic"
15-
version = "0.10.2"
15+
version = "0.10.3-penumbra"
1616

1717
[dependencies]
1818
prettyplease = { version = "0.2" }

tonic-health/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT"
1212
name = "tonic-health"
1313
readme = "README.md"
1414
repository = "https://github.com/hyperium/tonic"
15-
version = "0.10.2"
15+
version = "0.10.3-penumbra"
1616

1717
[features]
1818
default = ["transport"]
@@ -23,7 +23,7 @@ async-stream = "0.3"
2323
prost = "0.12"
2424
tokio = {version = "1.0", features = ["sync"]}
2525
tokio-stream = "0.1"
26-
tonic = { version = "0.10", path = "../tonic", default-features = false, features = ["codegen", "prost"] }
26+
tonic = { version = "0.10.3-penumbra", path = "../tonic", default-features = false, features = ["codegen", "prost"] }
2727

2828
[dev-dependencies]
2929
tokio = {version = "1.0", features = ["rt-multi-thread", "macros"]}

tonic-reflection/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ license = "MIT"
1515
name = "tonic-reflection"
1616
readme = "README.md"
1717
repository = "https://github.com/hyperium/tonic"
18-
version = "0.10.2"
18+
version = "0.10.3-penumbra"
1919

2020
[dependencies]
2121
prost = "0.12"
2222
prost-types = "0.12"
2323
tokio = {version = "1.0", features = ["sync", "rt"]}
2424
tokio-stream = {version = "0.1", features = ["net"]}
25-
tonic = { version = "0.10", path = "../tonic", default-features = false, features = ["codegen", "prost"] }
25+
tonic = { version = "0.10.3-penumbra", path = "../tonic", default-features = false, features = ["codegen", "prost"] }
2626

2727
[dev-dependencies]
28-
tonic = { version = "0.10", path = "../tonic", default-features = false, features = ["transport"] }
28+
tonic = { version = "0.10.3-penumbra", path = "../tonic", default-features = false, features = ["transport"] }

tonic-types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ license = "MIT"
1515
name = "tonic-types"
1616
readme = "README.md"
1717
repository = "https://github.com/hyperium/tonic"
18-
version = "0.10.2"
18+
version = "0.10.3-penumbra"
1919

2020
[dependencies]
2121
prost = "0.12"
2222
prost-types = "0.12"
23-
tonic = {version = "0.10", path = "../tonic", default-features = false}
23+
tonic = {version = "0.10.3-penumbra", path = "../tonic", default-features = false}

tonic-web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT"
1212
name = "tonic-web"
1313
readme = "README.md"
1414
repository = "https://github.com/hyperium/tonic"
15-
version = "0.10.2"
15+
version = "0.10.3-penumbra"
1616

1717
[dependencies]
1818
base64 = "0.21"
@@ -22,7 +22,7 @@ http = "0.2"
2222
http-body = "0.4"
2323
hyper = {version = "0.14", default-features = false, features = ["stream"]}
2424
pin-project = "1"
25-
tonic = {version = "0.10", path = "../tonic", default-features = false}
25+
tonic = {version = "0.10.3-penumbra", path = "../tonic", default-features = false}
2626
tower-service = "0.3"
2727
tower-layer = "0.3"
2828
tower-http = { version = "0.4", features = ["cors"] }

tonic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
2020
license = "MIT"
2121
readme = "../README.md"
2222
repository = "https://github.com/hyperium/tonic"
23-
version = "0.10.2"
23+
version = "0.10.3-penumbra"
2424

2525
[features]
2626
codegen = ["dep:async-trait"]

0 commit comments

Comments
 (0)