This package doesn't build with dependencies from bookworm (currently
oldstable) any more.
And, in our MSRV test, test the actual MSRV compiler.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
# We have a thought-to-be-known-working lockfile in tree, test that
minimal-versions-pinned:
stage: test
- image: "rust:bookworm"
+ # Rust 1.85 was released *with* trixie, but there are no Rust upstream
+ # images for 1.85 based *on* trixie (which would have been testing
+ # at that time).
+ image: "rust:1.85.1-bookworm"
script:
- apt-get -y update
- apt-get -y install build-essential pkg-config libssl-dev
# ^ Actually, it's WITH LicenseRef-Hippotat-OpenSSL-Exception
repository="https://salsa.debian.org/iwj/hippotat"
homepage="https://www.chiark.greenend.org.uk/~ianmdlvl/hippotat/current/docs/"
-rust-version = "1.63"
+rust-version = "1.85"
[workspace]
members = ["macros"]