summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-01 20:50:24 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-01 21:07:37 -0400
commit9f924ee187d4c62aa6ebe4903d0cfc6507a5adb5 (patch)
tree7db0373d06c369d555a09f6275ad6245c7bacf83
parent35c5db6d1ad04f093db5f1e95ff8ff752e2e41db (diff)
msrv: bump to Rust 1.52.1
This matches the latest stable release of Rust.
-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 5d821a5e..ab154ec3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
include:
- build: pinned
os: ubuntu-18.04
- rust: 1.41.0
+ rust: 1.52.1
- build: stable
os: ubuntu-18.04
rust: stable