From 25ce5bc90b7983336e35fe28ee6020c2ba752028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20B=C3=BCsch?= Date: Mon, 18 Oct 2021 00:49:31 +1100 Subject: [PATCH] chore: bump the minimum supported Rust version to 1.52.1 (#534) - `const_fn` usage in the `bitflags` crate. - `unsafe_op_in_unsafe_fn` lint usage in `rust_info` despite pinned `cargo-make` version. --- .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 1a4aea8..b817fa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: ["1.44.0", "stable"] + rust: ["1.52.1", "stable"] steps: - name: "Install dependencies" run: sudo apt-get install libncurses5-dev @@ -53,7 +53,7 @@ jobs: runs-on: windows-latest strategy: matrix: - rust: ["1.44.0", "stable"] + rust: ["1.52.1", "stable"] steps: - uses: actions/checkout@v1 - uses: hecrj/setup-rust-action@967aec96c6a27a0ce15c1dac3aaba332d60565e2