From b6aa495bede3ae3ed3e1303d35646e9ab719378c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 16 Jun 2022 23:15:27 -0700 Subject: [PATCH] Run CI on 1.56.1 until next hashbrown release The PR changing hashbrown's `rust-version` from 1.56.1 to 1.56.0 has been merged to master but not made it into a hashbrown release yet. --- .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 fddcca0a..806da7ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: include: - - rust: 1.56.0 # MSRV + - rust: 1.56.1 # MSRV features: - rust: stable features: serde @@ -57,7 +57,7 @@ jobs: strategy: matrix: include: - - rust: 1.56.0 + - rust: 1.56.1 target: thumbv6m-none-eabi - rust: stable target: thumbv6m-none-eabi