From: Ian Jackson Date: Sat, 1 Feb 2025 13:12:23 +0000 (+0000) Subject: CI: Do not mess with Cargo.lock.minimal X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=f8fb53a73cf7be346e5b6cacf715252412880209;p=hippotat.git CI: Do not mess with Cargo.lock.minimal Signed-off-by: Ian Jackson --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d31def..f8691eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -115,7 +115,6 @@ minimal-versions-nightly: - apt-get -y install build-essential pkg-config libssl-dev - maint/update-minimal-versions - cp Cargo.lock.minimal Cargo.lock - - cargo +nightly update -p hyper --precise=0.14.7 - cargo test --locked --workspace --verbose --all-features # We have a thought-to-be-known-working lockfile in tree, test that