diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 7a8a9332..c9b0866e 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -48,10 +48,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Install Rust nightly + - name: Install Rust stable uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: stable profile: minimal default: true - name: Rust version