ci: no longer pin nightly version (#1638)

This commit is contained in:
Matthias Seitz
2023-03-05 20:20:59 +01:00
committed by GitHub
parent e58fb6714f
commit 92a0ebbf04

View File

@ -25,7 +25,6 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2022-12-27
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v2
with: