From 77e6bb8d066a328cddbde250ad9f79aa2cd60a2d Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 10 Aug 2020 21:39:10 -0700 Subject: chore: bump MSRV to 1.45 (#2759) As 0.3 is a breaking change, the minimum supported Rust version can be changed. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f24bdb88..a2ae44af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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. -- cgit v1.2.3