Switch to nightly compiler for MinimalVersions

Required due to the use of -Zminimal-versions.
This commit is contained in:
Thomas de Zeeuw
2022-07-19 22:16:22 +02:00
parent 16b5532ce3
commit c63cc7093b
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true
- name: Install minimal verions
run: cargo update -Zminimal-versions