Update minimal Rust version to 1.45.

This commit is contained in:
Martin Hoffmann
2020-08-25 17:55:11 +02:00
parent 748a4d2dc8
commit 6a8fafed59
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [1.42.0, stable, beta, nightly]
rust: [1.45.0, stable, beta, nightly]
steps:
- name: Checkout repository
uses: actions/checkout@v1