diff --git a/Cargo.toml b/Cargo.toml index cfe8bbfb..b7e0a7e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ flate2 = "1.0.22" float-cmp = { default-features = false, version = "0.9.0" } git-version = "0.3.5" itertools = "0.10.1" -lhapdf = { package = "managed-lhapdf", version = "0.4.0" } +lhapdf = { package = "managed-lhapdf", version = "0.4.1" } lz4_flex = "0.11.6" ndarray = { version = "0.15.4" } ndarray-npy = { default-features = false, features = ["npz"], version = "0.8.1" } @@ -68,7 +68,7 @@ edition = "2024" keywords = ["high-energy-physics", "physics"] license = "GPL-3.0-or-later" repository = "https://github.com/NNPDF/pineappl" -rust-version = "1.94.0" +rust-version = "1.91.0" version = "1.3.3" [workspace.lints.clippy] diff --git a/README.md b/README.md index cf23806d..9c763551 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ codecov Documentation crates.io - MSRV + MSRV

# What is PineAPPL? diff --git a/maintainer/Containerfile b/maintainer/Containerfile index 68bcf38f..b9094e64 100644 --- a/maintainer/Containerfile +++ b/maintainer/Containerfile @@ -9,7 +9,7 @@ ENV APPL_IGRID_DIR="/usr/local/src/applgrid/src" # the last version is the default Rust version used in the container # as long as we're using `persist-doctests` in the `Rust` workflow we need nightly as default -ARG RUST_V="1.80.1 1.94.0 nightly-2026-03-10" +ARG RUST_V="1.80.1 1.91.1 nightly-2026-03-10" ENV CARGO_HOME="/usr/local/cargo" ENV PATH="/usr/local/cargo/bin:${PATH}"