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 }
31
31
32
32
[package .metadata .cargo-machete ]
33
33
ignored = [
34
- " prost" # needed for `tonic-build`
34
+ " prost" , # needed for `tonic-prost-build`
35
+ " tonic-prost" # needed for `tonic-prost-build`
35
36
]
Original file line number Diff line number Diff line change 2
2
3
3
## vNext
4
4
5
+ - Bump MSRV to 1.86.0
6
+
5
7
## 0.30.0
6
8
7
9
Released 2025-May-23
Original file line number Diff line number Diff line change 6
6
- Added Rust generated protos for profiles collector. [ #3077 ] ( https://github.com/open-telemetry/opentelemetry-rust/pull/3077 )
7
7
- ** 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 )
8
8
- Update ` tonic ` and ` prost ` dependency version to 0.14
9
+ - Bump MSRV to 1.86.0
9
10
10
11
## 0.30.0
11
12
You can’t perform that action at this time.
0 commit comments