From 28880805dc4e3dc2389fb785d33cefef45ced875 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sun, 29 Jan 2023 16:55:33 +0800 Subject: [PATCH] ci: use rust beta on FreeBSD --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 44e75a71..978e634c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,7 +17,7 @@ build_and_test: &BUILD_AND_TEST - curl -qL https://www.npmjs.com/install.sh | sh - npm install --location=global --ignore-scripts yarn - curl https://sh.rustup.rs -sSf --output rustup.sh - - sh rustup.sh -y --profile minimal --default-toolchain stable + - sh rustup.sh -y --profile minimal --default-toolchain beta - | echo "~~~~ rustc --version ~~~~" rustc --version