Skip to content

Commit dd9ff55

Browse files
hdostdjc
authored andcommitted
Bump the MSRV to 1.65
The goal of this is to enable GATs https://blog.rust-lang.org/2022/10/28/gats-stabilization.html Relates to #1314 Signed-off-by: Harold Dost <[email protected]>
1 parent 28d8cf9 commit dd9ff55

File tree

22 files changed

+41
-10
lines changed

22 files changed

+41
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions-rs/toolchain@v1
9494
with:
9595
profile: minimal
96-
toolchain: 1.64.0
96+
toolchain: 1.65.0
9797
override: true
9898
- name: Patch dependencies versions # some dependencies bump MSRV without major version bump
9999
run: ./scripts/patch_dependencies.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ analysis in order to understand your software's performance and behavior. You
2525
can export and analyze them using [Prometheus], [Jaeger], and other
2626
observability tools.
2727

28-
*Compiler support: [requires `rustc` 1.64+][msrv]*
28+
*Compiler support: [requires `rustc` 1.65+][msrv]*
2929

3030
[Prometheus]: https://prometheus.io
3131
[Jaeger]: https://www.jaegertracing.io

opentelemetry-appender-log/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## vNext
44

5+
### Changed
6+
7+
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
8+
59
### Fixed
610

711
- Add log appender versions to loggers (#1182).

opentelemetry-appender-tracing/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## vNext
44

5+
### Changed
6+
7+
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
8+
9+
### Added
10+
511
- Add log appender versions to loggers (#1182)
612

713
## v0.1.0

opentelemetry-aws/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Changed
66

7+
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
78
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
89

910
## v0.8.0

opentelemetry-contrib/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Changed
66

7+
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
78
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
89

910
## v0.12.0

opentelemetry-datadog/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Changed
66

7+
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
78
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
89

910
### Fixed
@@ -22,7 +23,7 @@
2223
- Fix the array encoding length of datadog version 05 exporter #1002
2324

2425
## v0.7.0
25-
26+
2627
### Added
2728
- [Breaking] Add support for unified tagging [#931](https://github.com/open-telemetry/opentelemetry-rust/pull/931).
2829

opentelemetry-dynatrace/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Changed
66

7+
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
78
- Add deprecation note to Dynatrace exporter
89
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
910

opentelemetry-http/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Changed
66

7+
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
78
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
89

910
## v0.9.0

opentelemetry-jaeger/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Changed
66

7+
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
78
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
89

910
## v0.19.0

0 commit comments

Comments
 (0)