Temporarily change minimal-versions CI to use Rust 1.56

Because of arti#257, compatibility with earlier versions of rust are
broken: we hope this is temporary, but fixing it will probably
require a new version of rusqlite.
This commit is contained in:
Nick Mathewson 2021-12-08 12:07:46 -05:00
parent a596797660
commit 854b854764
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ rust-nightly:
minimal-versions:
stage: test
image: rust:1.53
# TODO: REVERT TO 1.53 once arti#257 is solved.
image: rust:1.56
script:
- rustup install nightly
- cargo +nightly update -Z minimal-versions