File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -31,5 +31,6 @@ tonic-prost-build = { workspace = true }
3131
3232[package .metadata .cargo-machete ]
3333ignored = [
34- " prost" # needed for `tonic-build`
34+ " prost" , # needed for `tonic-prost-build`
35+ " tonic-prost" # needed for `tonic-prost-build`
3536]
Original file line number Diff line number Diff line change 22
33## vNext
44
5+ - Bump MSRV to 1.86.0
6+
57## 0.30.0
68
79Released 2025-May-23
Original file line number Diff line number Diff line change 66- Added Rust generated protos for profiles collector. [ #3077 ] ( https://github.com/open-telemetry/opentelemetry-rust/pull/3077 )
77- ** Breaking change** : package opentelemetry_proto::tonic::profiles::v1 renamed to opentelemetry_proto::tonic::profiles::v1development. [ #3077 ] ( https://github.com/open-telemetry/opentelemetry-rust/pull/3077 )
88- Update ` tonic ` and ` prost ` dependency version to 0.14
9+ - Bump MSRV to 1.86.0
910
1011## 0.30.0
1112
You can’t perform that action at this time.
0 commit comments