diff --git a/.cirrus.yml b/.cirrus.yml index 90812a3..4ea47ab 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -56,6 +56,6 @@ openbsd_task: TARGET: x86_64-unknown-openbsd setup_script: # OpenBSD is tier 3 target, so install rust from package manager instead of rustup - - pkg_add git rust + - pkg_add git rust-1.86.0 test_script: - cargo test