From 7552a2b27d4aa670444bd03ced0d2cdd2c14459e Mon Sep 17 00:00:00 2001 From: Dion Dokter Date: Mon, 8 Apr 2024 11:53:11 +0200 Subject: [PATCH] Use nightly --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e420f25..4f7e128 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@stable + - uses: dtolnay/rust-toolchain@nightly - run: rustup target add thumbv7em-none-eabihf - run: rustup component add llvm-tools - name: Install cargo binutils