summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-08-10 21:39:10 -0700
committerGitHub <noreply@github.com>2020-08-10 21:39:10 -0700
commit77e6bb8d066a328cddbde250ad9f79aa2cd60a2d (patch)
tree8f28e23b8673a2b41c0ec3ed55312fc1cb0df1f0 /.github
parentd8490c162645d74fc0e966758aea3db47ea4fa47 (diff)
chore: bump MSRV to 1.45 (#2759)
As 0.3 is a breaking change, the minimum supported Rust version can be changed.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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.