Fix minimal Rust version in CI

The minimum rust version was bumped, so we need
to install the appropriate version in CI.
This commit is contained in:
Jonathan Schwender
2023-08-25 16:26:59 +02:00
committed by Emilio Cobos Álvarez
parent 0529d215e7
commit dd9a550152
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Install minimum supported Rust version
id: msrv
uses: dtolnay/rust-toolchain@1.57
uses: dtolnay/rust-toolchain@1.64
- name: Build with minimum supported Rust version
run: |