File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212- tonic: Update ` tonic ` and ` tonic-build ` to v0.13.
1313- Align ` tls ` feature mapping with tonic v0.13 (` tls-native-roots ` ).
1414
15+ ## etcd-client [ 0.7.0] - 2026-02-05
16+
17+ ### Changed
18+ - etcd-client: Update upstream ` etcd-client ` to v0.16.x (aligns tonic to v0.13.x).
19+
1520## tonic [ 0.5.2] - 2025-12-03
1621
1722### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " madsim-etcd-client"
3- version = " 0.6 .0+0.14 .0"
3+ version = " 0.7 .0+0.16 .0"
44edition = " 2021"
55authors = [" Runji Wang <wangrunji0408@163.com>" ]
66description = " The etcd simulator on madsim."
@@ -13,7 +13,7 @@ license = "Apache-2.0"
1313# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414
1515[target .'cfg(not(madsim))' .dependencies ]
16- etcd-client = " 0.14 "
16+ etcd-client = " 0.16 "
1717
1818[target .'cfg(madsim)' .dependencies ]
1919http = " 1"
You can’t perform that action at this time.
0 commit comments