Skip to content

Commit 4cdd8c5

Browse files
authored
Downgrade MSRV to 1.91.0 (#396)
* Downgrade MSRV to 1.91.0 * Temporarily disable CI * Raise patch version of Rust * Revert "Raise patch version of Rust" This reverts commit 2e35107. * Reapply "Raise patch version of Rust" This reverts commit 94fa555. * Revert "Temporarily disable CI" This reverts commit 9134915. * Depend on `managed-lhapdf` with MSRV
1 parent 64d323d commit 4cdd8c5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ flate2 = "1.0.22"
3636
float-cmp = { default-features = false, version = "0.9.0" }
3737
git-version = "0.3.5"
3838
itertools = "0.10.1"
39-
lhapdf = { package = "managed-lhapdf", version = "0.4.0" }
39+
lhapdf = { package = "managed-lhapdf", version = "0.4.1" }
4040
lz4_flex = "0.11.6"
4141
ndarray = { version = "0.15.4" }
4242
ndarray-npy = { default-features = false, features = ["npz"], version = "0.8.1" }
@@ -68,7 +68,7 @@ edition = "2024"
6868
keywords = ["high-energy-physics", "physics"]
6969
license = "GPL-3.0-or-later"
7070
repository = "https://github.com/NNPDF/pineappl"
71-
rust-version = "1.94.0"
71+
rust-version = "1.91.0"
7272
version = "1.3.3"
7373

7474
[workspace.lints.clippy]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="https://codecov.io/gh/NNPDF/pineappl"><img alt="codecov" src="https://codecov.io/gh/NNPDF/pineappl/branch/master/graph/badge.svg"></a>
77
<a href="https://docs.rs/pineappl"><img alt="Documentation" src="https://docs.rs/pineappl/badge.svg"></a>
88
<a href="https://crates.io/crates/pineappl"><img alt="crates.io" src="https://img.shields.io/crates/v/pineappl.svg"></a>
9-
<a href="docs/installation.md"><img alt="MSRV" src="https://img.shields.io/badge/Rust-1.94+-lightgray.svg"></a>
9+
<a href="docs/installation.md"><img alt="MSRV" src="https://img.shields.io/badge/Rust-1.91+-lightgray.svg"></a>
1010
</p>
1111

1212
# What is PineAPPL?

maintainer/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV APPL_IGRID_DIR="/usr/local/src/applgrid/src"
99

1010
# the last version is the default Rust version used in the container
1111
# as long as we're using `persist-doctests` in the `Rust` workflow we need nightly as default
12-
ARG RUST_V="1.80.1 1.94.0 nightly-2026-03-10"
12+
ARG RUST_V="1.80.1 1.91.1 nightly-2026-03-10"
1313

1414
ENV CARGO_HOME="/usr/local/cargo"
1515
ENV PATH="/usr/local/cargo/bin:${PATH}"

0 commit comments

Comments
 (0)