diff --git a/README.md b/README.md index e8030cf8..49d46d44 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/metrics-benchmark/Cargo.toml b/metrics-benchmark/Cargo.toml index 870ddc53..f7e5d45a 100644 --- a/metrics-benchmark/Cargo.toml +++ b/metrics-benchmark/Cargo.toml @@ -3,7 +3,7 @@ name = "metrics-benchmark" version = "0.1.1-alpha.5" authors = ["Toby Lawrence "] edition = "2018" -rust-version = "1.65.0" +rust-version = "1.70.0" publish = false [dependencies] diff --git a/metrics-exporter-prometheus/CHANGELOG.md b/metrics-exporter-prometheus/CHANGELOG.md index 7c1e0276..ec452c9d 100644 --- a/metrics-exporter-prometheus/CHANGELOG.md +++ b/metrics-exporter-prometheus/CHANGELOG.md @@ -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 diff --git a/metrics-exporter-prometheus/Cargo.toml b/metrics-exporter-prometheus/Cargo.toml index e67e3560..c486651f 100644 --- a/metrics-exporter-prometheus/Cargo.toml +++ b/metrics-exporter-prometheus/Cargo.toml @@ -3,7 +3,7 @@ name = "metrics-exporter-prometheus" version = "0.14.0" authors = ["Toby Lawrence "] edition = "2018" -rust-version = "1.65.0" +rust-version = "1.70.0" license = "MIT" diff --git a/metrics-exporter-tcp/CHANGELOG.md b/metrics-exporter-tcp/CHANGELOG.md index 5165eb5c..f99f653d 100644 --- a/metrics-exporter-tcp/CHANGELOG.md +++ b/metrics-exporter-tcp/CHANGELOG.md @@ -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 diff --git a/metrics-exporter-tcp/Cargo.toml b/metrics-exporter-tcp/Cargo.toml index a953eedf..b3b5fa15 100644 --- a/metrics-exporter-tcp/Cargo.toml +++ b/metrics-exporter-tcp/Cargo.toml @@ -3,7 +3,7 @@ name = "metrics-exporter-tcp" version = "0.9.0" authors = ["Toby Lawrence "] edition = "2018" -rust-version = "1.65.0" +rust-version = "1.70.0" license = "MIT" diff --git a/metrics-observer/CHANGELOG.md b/metrics-observer/CHANGELOG.md index c24867fb..9150a849 100644 --- a/metrics-observer/CHANGELOG.md +++ b/metrics-observer/CHANGELOG.md @@ -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 diff --git a/metrics-observer/Cargo.toml b/metrics-observer/Cargo.toml index 8e18aace..d667e235 100644 --- a/metrics-observer/Cargo.toml +++ b/metrics-observer/Cargo.toml @@ -3,7 +3,7 @@ name = "metrics-observer" version = "0.3.0" authors = ["Toby Lawrence "] edition = "2018" -rust-version = "1.65.0" +rust-version = "1.70.0" license = "MIT" diff --git a/metrics-tracing-context/CHANGELOG.md b/metrics-tracing-context/CHANGELOG.md index e6f6edf6..d29f7642 100644 --- a/metrics-tracing-context/CHANGELOG.md +++ b/metrics-tracing-context/CHANGELOG.md @@ -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 diff --git a/metrics-tracing-context/Cargo.toml b/metrics-tracing-context/Cargo.toml index 4246812b..3e9f6333 100644 --- a/metrics-tracing-context/Cargo.toml +++ b/metrics-tracing-context/Cargo.toml @@ -3,7 +3,7 @@ name = "metrics-tracing-context" version = "0.15.0" authors = ["MOZGIII "] edition = "2018" -rust-version = "1.65.0" +rust-version = "1.70.0" license = "MIT" diff --git a/metrics-util/CHANGELOG.md b/metrics-util/CHANGELOG.md index 95ffb82a..ecf8848f 100644 --- a/metrics-util/CHANGELOG.md +++ b/metrics-util/CHANGELOG.md @@ -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 diff --git a/metrics-util/Cargo.toml b/metrics-util/Cargo.toml index 5659365f..f4164bf7 100644 --- a/metrics-util/Cargo.toml +++ b/metrics-util/Cargo.toml @@ -3,7 +3,7 @@ name = "metrics-util" version = "0.16.3" authors = ["Toby Lawrence "] edition = "2018" -rust-version = "1.65.0" +rust-version = "1.70.0" license = "MIT" diff --git a/metrics/CHANGELOG.md b/metrics/CHANGELOG.md index 141b6818..bafd18bb 100644 --- a/metrics/CHANGELOG.md +++ b/metrics/CHANGELOG.md @@ -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 diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index ce168ddb..0aa4e927 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -3,7 +3,7 @@ name = "metrics" version = "0.22.3" authors = ["Toby Lawrence "] edition = "2018" -rust-version = "1.65.0" +rust-version = "1.70.0" license = "MIT" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f8c2abbb..22048ac5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.65.0" +channel = "1.70.0"