From 9f924ee187d4c62aa6ebe4903d0cfc6507a5adb5 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 1 Jun 2021 20:50:24 -0400 Subject: [PATCH] msrv: bump to Rust 1.52.1 This matches the latest stable release of Rust. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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