Skip to content

Commit

Permalink
release: 🔖 v0.10.3-penumbra
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cratelyn committed May 20, 2024
1 parent db355dd commit 86758e0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tonic-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"
name = "tonic-build"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.10.2"
version = "0.10.3-penumbra"

[dependencies]
prettyplease = { version = "0.2" }
Expand Down
4 changes: 2 additions & 2 deletions tonic-health/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"
name = "tonic-health"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.10.2"
version = "0.10.3-penumbra"

[features]
default = ["transport"]
Expand All @@ -23,7 +23,7 @@ async-stream = "0.3"
prost = "0.12"
tokio = {version = "1.0", features = ["sync"]}
tokio-stream = "0.1"
tonic = { version = "0.10", path = "../tonic", default-features = false, features = ["codegen", "prost"] }
tonic = { version = "0.10.3-penumbra", path = "../tonic", default-features = false, features = ["codegen", "prost"] }

[dev-dependencies]
tokio = {version = "1.0", features = ["rt-multi-thread", "macros"]}
Expand Down
6 changes: 3 additions & 3 deletions tonic-reflection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ license = "MIT"
name = "tonic-reflection"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.10.2"
version = "0.10.3-penumbra"

[dependencies]
prost = "0.12"
prost-types = "0.12"
tokio = {version = "1.0", features = ["sync", "rt"]}
tokio-stream = {version = "0.1", features = ["net"]}
tonic = { version = "0.10", path = "../tonic", default-features = false, features = ["codegen", "prost"] }
tonic = { version = "0.10.3-penumbra", path = "../tonic", default-features = false, features = ["codegen", "prost"] }

[dev-dependencies]
tonic = { version = "0.10", path = "../tonic", default-features = false, features = ["transport"] }
tonic = { version = "0.10.3-penumbra", path = "../tonic", default-features = false, features = ["transport"] }
4 changes: 2 additions & 2 deletions tonic-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ license = "MIT"
name = "tonic-types"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.10.2"
version = "0.10.3-penumbra"

[dependencies]
prost = "0.12"
prost-types = "0.12"
tonic = {version = "0.10", path = "../tonic", default-features = false}
tonic = {version = "0.10.3-penumbra", path = "../tonic", default-features = false}
4 changes: 2 additions & 2 deletions tonic-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"
name = "tonic-web"
readme = "README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.10.2"
version = "0.10.3-penumbra"

[dependencies]
base64 = "0.21"
Expand All @@ -22,7 +22,7 @@ http = "0.2"
http-body = "0.4"
hyper = {version = "0.14", default-features = false, features = ["stream"]}
pin-project = "1"
tonic = {version = "0.10", path = "../tonic", default-features = false}
tonic = {version = "0.10.3-penumbra", path = "../tonic", default-features = false}
tower-service = "0.3"
tower-layer = "0.3"
tower-http = { version = "0.4", features = ["cors"] }
Expand Down
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.10.2"
version = "0.10.3-penumbra"

[features]
codegen = ["dep:async-trait"]
Expand Down

0 comments on commit 86758e0

Please sign in to comment.