From fe98ec2a03cf4e37813114682f3e46ab66e9af13 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 15 Jul 2022 10:04:48 -0700 Subject: [PATCH] Revert "Run CI on 1.56.1 until next hashbrown release" This reverts commit 3f8381a4e81b974aed0c625d5d76b2d881915eec. CI should be fine on 1.56.0 as of hashbrown 0.12.2. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cc1a76a..8c6c10cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: include: - - rust: 1.56.1 # MSRV + - rust: 1.56.0 # MSRV features: - rust: stable features: serde @@ -59,7 +59,7 @@ jobs: strategy: matrix: include: - - rust: 1.56.1 + - rust: 1.56.0 target: thumbv6m-none-eabi - rust: stable target: thumbv6m-none-eabi