chore: bump MSRV to 1.45 (#2759)

As 0.3 is a breaking change, the minimum supported Rust version can be
changed.
This commit is contained in:
Carl Lerche
2020-08-10 21:39:10 -07:00
committed by GitHub
parent d8490c1626
commit 77e6bb8d06
+1 -1
View File
@@ -10,7 +10,7 @@ env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
nightly: nightly-2020-07-12
minrust: 1.39.0
minrust: 1.45.2
jobs:
# Depends on all action sthat are required for a "successful" CI run.