Skip to content

Commit f322087

Browse files
authored
chore: bump MSRV to 1.70.0 (#476)
1 parent 65f6e65 commit f322087

File tree

15 files changed

+33
-9
lines changed

15 files changed

+33
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Additionally, here are some learning resource(s) to help you get started:
7070

7171
## MSRV and MSRV policy
7272

73-
Minimum supported Rust version (MSRV) is currently **1.65.0**, enforced by CI.
73+
Minimum supported Rust version (MSRV) is currently **1.70.0**, enforced by CI.
7474

7575
`metrics` will always support _at least_ the latest four versions of stable Rust, based on minor
7676
version releases, and excluding patch versions. Overall, we strive to support older versions where

metrics-benchmark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "metrics-benchmark"
33
version = "0.1.1-alpha.5"
44
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
55
edition = "2018"
6-
rust-version = "1.65.0"
6+
rust-version = "1.70.0"
77
publish = false
88

99
[dependencies]

metrics-exporter-prometheus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased] - ReleaseDate
1010

11+
### Changed
12+
13+
- Bump MSRV to 1.70.0.
14+
1115
## [0.14.0] - 2024-03-16
1216

1317
### Added

metrics-exporter-prometheus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "metrics-exporter-prometheus"
33
version = "0.14.0"
44
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
55
edition = "2018"
6-
rust-version = "1.65.0"
6+
rust-version = "1.70.0"
77

88
license = "MIT"
99

metrics-exporter-tcp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased] - ReleaseDate
1010

11+
### Changed
12+
13+
- Bump MSRV to 1.70.0.
14+
1115
## [0.9.0] - 2023-12-24
1216

1317
### Changed

metrics-exporter-tcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "metrics-exporter-tcp"
33
version = "0.9.0"
44
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
55
edition = "2018"
6-
rust-version = "1.65.0"
6+
rust-version = "1.70.0"
77

88
license = "MIT"
99

metrics-observer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased] - ReleaseDate
1010

11+
### Changed
12+
13+
- Bump MSRV to 1.70.0.
14+
1115
## [0.3.0] - 2023-12-24
1216

1317
### Fixed

metrics-observer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "metrics-observer"
33
version = "0.3.0"
44
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
55
edition = "2018"
6-
rust-version = "1.65.0"
6+
rust-version = "1.70.0"
77

88
license = "MIT"
99

metrics-tracing-context/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased] - ReleaseDate
1010

11+
### Changed
12+
13+
- Bump MSRV to 1.70.0.
14+
1115
## [0.15.0] - 2023-12-24
1216

1317
### Added

metrics-tracing-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "metrics-tracing-context"
33
version = "0.15.0"
44
authors = ["MOZGIII <mike-n@narod.ru>"]
55
edition = "2018"
6-
rust-version = "1.65.0"
6+
rust-version = "1.70.0"
77

88
license = "MIT"
99

0 commit comments

Comments
 (0)