From 390a6d309293e28892fc923050ef1b4afa2248fd Mon Sep 17 00:00:00 2001 From: Marijn Schouten Date: Mon, 2 Dec 2024 15:39:46 +0100 Subject: [PATCH] Update MSRV from 1.36 to 1.47 (#192) 1.47 is about 4 years old and is needed for `offset_from`. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c13b5b0..bd45904 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,10 +153,10 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.36.0 + toolchain: 1.47.0 override: true - # Only build, dev-dependencies don't compile on 1.36.0 + # Only build, dev-dependencies don't compile on 1.47.0 - name: Build uses: actions-rs/cargo@v1 with: @@ -179,11 +179,11 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.36.0 + toolchain: 1.47.0 override: true target: aarch64-unknown-linux-gnu - # Only build, dev-dependencies don't compile on 1.36.0 + # Only build, dev-dependencies don't compile on 1.47.0 - name: Build uses: actions-rs/cargo@v1 with: