From e77540f08c0ef77903629e2a384c306d34356520 Mon Sep 17 00:00:00 2001 From: svartalf Date: Tue, 6 Apr 2021 23:35:33 +0200 Subject: [PATCH] Bump MSRV --- .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 65bef70f..c759f8d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - { os: 'ubuntu-latest', target: 'arm-unknown-linux-gnueabihf', cross: true } - { os: 'ubuntu-latest', target: 'arm-unknown-linux-musleabihf', cross: true } toolchain: - - 1.45.0 # MSRV + - 1.46.0 # MSRV - stable steps: