From dcae2b9eb8f32eb92ecb3efe126b91577c5096e4 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Tue, 3 Dec 2024 15:33:28 +0100 Subject: [PATCH] ci: unfreeze FreeBSD from rustc 1.81 (#7009) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 12369fffa..a7ce0d9d4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'tokio-.*' freebsd_instance: image_family: freebsd-14-1 env: - RUST_STABLE: 1.81 + RUST_STABLE: stable RUST_NIGHTLY: nightly-2024-05-05 RUSTFLAGS: -D warnings