Skip to content

Commit

Permalink
chore: Bump minimal Rust version to 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Nov 18, 2024
1 parent 37faf19 commit b226005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: ["1.70.0", "stable", "nightly"]
toolchain: ["1.79.0", "stable", "nightly"]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.79.0"
exclude = ["/tests", "/.github"]

[lib]
Expand Down

0 comments on commit b226005

Please sign in to comment.