Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump MSRV to 1.70.0 #476

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Additionally, here are some learning resource(s) to help you get started:

## MSRV and MSRV policy

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

`metrics` will always support _at least_ the latest four versions of stable Rust, based on minor
version releases, and excluding patch versions. Overall, we strive to support older versions where
Expand Down
2 changes: 1 addition & 1 deletion metrics-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "metrics-benchmark"
version = "0.1.1-alpha.5"
authors = ["Toby Lawrence <[email protected]>"]
edition = "2018"
rust-version = "1.65.0"
rust-version = "1.70.0"
publish = false

[dependencies]
Expand Down
4 changes: 4 additions & 0 deletions metrics-exporter-prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

### Changed

- Bump MSRV to 1.70.0.

## [0.14.0] - 2024-03-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion metrics-exporter-prometheus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "metrics-exporter-prometheus"
version = "0.14.0"
authors = ["Toby Lawrence <[email protected]>"]
edition = "2018"
rust-version = "1.65.0"
rust-version = "1.70.0"

license = "MIT"

Expand Down
4 changes: 4 additions & 0 deletions metrics-exporter-tcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

### Changed

- Bump MSRV to 1.70.0.

## [0.9.0] - 2023-12-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion metrics-exporter-tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "metrics-exporter-tcp"
version = "0.9.0"
authors = ["Toby Lawrence <[email protected]>"]
edition = "2018"
rust-version = "1.65.0"
rust-version = "1.70.0"

license = "MIT"

Expand Down
4 changes: 4 additions & 0 deletions metrics-observer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

### Changed

- Bump MSRV to 1.70.0.

## [0.3.0] - 2023-12-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion metrics-observer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "metrics-observer"
version = "0.3.0"
authors = ["Toby Lawrence <[email protected]>"]
edition = "2018"
rust-version = "1.65.0"
rust-version = "1.70.0"

license = "MIT"

Expand Down
4 changes: 4 additions & 0 deletions metrics-tracing-context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

### Changed

- Bump MSRV to 1.70.0.

## [0.15.0] - 2023-12-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion metrics-tracing-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "metrics-tracing-context"
version = "0.15.0"
authors = ["MOZGIII <[email protected]>"]
edition = "2018"
rust-version = "1.65.0"
rust-version = "1.70.0"

license = "MIT"

Expand Down
4 changes: 4 additions & 0 deletions metrics-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

### Changed

- Bump MSRV to 1.70.0.

## [0.16.3] - 2024-03-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion metrics-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "metrics-util"
version = "0.16.3"
authors = ["Toby Lawrence <[email protected]>"]
edition = "2018"
rust-version = "1.65.0"
rust-version = "1.70.0"

license = "MIT"

Expand Down
4 changes: 4 additions & 0 deletions metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

### Changed

- Bump MSRV to 1.70.0.

## [0.22.3] - 2024-03-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "metrics"
version = "0.22.3"
authors = ["Toby Lawrence <[email protected]>"]
edition = "2018"
rust-version = "1.65.0"
rust-version = "1.70.0"

license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.65.0"
channel = "1.70.0"
Loading