From 6c092e2f7aef659c7ac262a757cc0f4218a5d4ef Mon Sep 17 00:00:00 2001 From: Radonirinaunimi Date: Wed, 18 Mar 2026 14:16:23 +0100 Subject: [PATCH] Bum MSRV --- CHANGELOG.md | 4 ++++ CONTRIBUTING.md | 1 - Cargo.toml | 2 +- README.md | 2 +- docs/installation.md | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 093d0e2ac..425b7d54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- raised MSRV to 1.94.0 + ## [1.3.3] - 01/03/2026 ## Added diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7849a23b3..666c1ec37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,6 @@ increasing the MSRV make sure to set it everywhere to the same value: - in all Github workflows (`.github/workflows/`) - in `.readthedocs.yml` update the value of the `rust` field and make sure [RTD supports it](https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-rust) - - in `make_release.sh` update the `cargo msrv` call 4. commit the previous changes and push them *after* the container created by step 2 is ready diff --git a/Cargo.toml b/Cargo.toml index 740b17173..560152923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ edition = "2021" keywords = ["high-energy-physics", "physics"] license = "GPL-3.0-or-later" repository = "https://github.com/NNPDF/pineappl" -rust-version = "1.80.1" +rust-version = "1.94.0" version = "1.3.3" [workspace.lints.clippy] diff --git a/README.md b/README.md index 1f6d18a58..548eada03 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![codecov](https://codecov.io/gh/NNPDF/pineappl/branch/master/graph/badge.svg)](https://codecov.io/gh/NNPDF/pineappl) [![Documentation](https://docs.rs/pineappl/badge.svg)](https://docs.rs/pineappl) [![crates.io](https://img.shields.io/crates/v/pineappl.svg)](https://crates.io/crates/pineappl) -[![MSRV](https://img.shields.io/badge/Rust-1.80+-lightgray.svg)](docs/installation.md) +[![MSRV](https://img.shields.io/badge/Rust-1.94+-lightgray.svg)](docs/installation.md) # What is PineAPPL? diff --git a/docs/installation.md b/docs/installation.md index 7d2f303aa..1c798283d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -251,7 +251,7 @@ already installed, make sure it is recent enough: cargo --version -This should show a version that is at least 1.80.1. If you do not have `cargo` +This should show a version that is at least 1.94.0. If you do not have `cargo` or if it is too old, go to and follow the instructions there.