Skip to content

Commit

Permalink
upgrade tonic v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Sep 9, 2023
1 parent bb8f063 commit 7204325
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## tonic - 2023-09-10

### Changed

- tonic: Update `tonic` and `tonic-build` to v0.10.0.

## rdkafka

### Added
Expand Down
10 changes: 5 additions & 5 deletions madsim-tonic-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "madsim-tonic-build"
version = "0.3.1+0.9.2"
version = "0.4.0+0.10.0"
edition = "2021"
authors = ["Lucio Franco <[email protected]>", "Runji Wang <[email protected]>"]
description = "Codegen module of `madsim-tonic` simulation implementation."
Expand All @@ -13,12 +13,12 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
prettyplease = "0.1"
prettyplease = "0.2"
proc-macro2 = "1"
prost-build = { version = "0.11", optional = true }
prost-build = { version = "0.12", optional = true }
quote = "1"
syn = "1"
tonic-build = "0.9.2"
syn = "2"
tonic-build = "0.10.0"

[features]
compression = []
Expand Down
4 changes: 2 additions & 2 deletions madsim-tonic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "madsim-tonic"
version = "0.3.1+0.9.2"
version = "0.4.0+0.10.0"
edition = "2021"
authors = ["Runji Wang <[email protected]>"]
description = "The `tonic` simulator on madsim."
Expand All @@ -16,7 +16,7 @@ license = "Apache-2.0"
tls = ["tonic/tls"]

[target.'cfg(not(madsim))'.dependencies]
tonic = "0.9.2"
tonic = "0.10.0"

[target.'cfg(madsim)'.dependencies]
async-stream = "0.3"
Expand Down

0 comments on commit 7204325

Please sign in to comment.