From: Ian Jackson Date: Fri, 23 Feb 2024 12:32:06 +0000 (+0000) Subject: Minimal versions test: force hyper downgrade X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=caf63e129e6ab13b5a5e006f42caddaaac616630;p=hippotat.git Minimal versions test: force hyper downgrade Signed-off-by: Ian Jackson --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7104387..291ea63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,6 +114,8 @@ minimal-versions: - apt-get -y install build-essential pkg-config libssl-dev - cargo +nightly update -Z minimal-versions - cargo +nightly update -p openssl -p openssl-sys + # -Z minimal-versions leaves this at 0.14.28 which is broken + - cargo +nightly update -p hyper --precise=0.14.7 - cargo test --locked --workspace --verbose --all-features # Ideally we'd run autopkgtest here.