From 689625764767f841edeb0c0351a385dc71211695 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sat, 20 Nov 2021 18:07:24 -0500 Subject: [PATCH] Bump MSRV to 1.55.0 --- .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 942cc7f3..93048409 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - rust_version: [stable, "1.46.0"] + rust_version: [stable, "1.55.0"] steps: - uses: actions/checkout@v1