diff --git a/CHANGELOG.md b/CHANGELOG.md index 093d0e2a..425b7d54 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 7849a23b..666c1ec3 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 740b1717..56015292 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 1f6d18a5..548eada0 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 7d2f303a..1c798283 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.