From 5fe8b91646b73e694142cbeed0ae772e06f3ac69 Mon Sep 17 00:00:00 2001 From: GrayJack Date: Mon, 18 Nov 2024 07:42:50 -0300 Subject: [PATCH] chore: Bump minimal Rust version to 1.75.0 --- .github/workflows/check.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d386aef5..47a0aae5 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - toolchain: ["1.70.0", "stable", "nightly"] + toolchain: ["1.75.0", "stable", "nightly"] steps: - name: Checkout sources uses: actions/checkout@v4 diff --git a/Cargo.toml b/Cargo.toml index 1d15512c..0393240c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["bit", "bitmask", "bitflags", "flags"] categories = ["no-std"] repository = "https://github.com/GrayJack/bitflag-attr" homepage = "https://github.com/GrayJack/bitflag-attr" -rust-version = "1.70.0" +rust-version = "1.75.0" exclude = ["/tests", "/.github"] [lib]