Skip to content

Commit

Permalink
drop edition requirement down to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Feb 5, 2025
1 parent d37fd71 commit ef1bfa2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ repository = "https://github.com/bitflags/bitflags-derive"
description = "bitflags-aware #[derive] macros."
keywords = ["bit", "bitmask", "bitflags", "flags"]
categories = ["no-std"]
edition = "2024"
edition = "2021"
rust-version = "1.56.0"
exclude = ["/tests", "/.github"]

[dependencies.bitflags-derive-macros]
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/bitflags/bitflags-derive"
description = "bitflags-aware #[derive] macros."
keywords = ["bit", "bitmask", "bitflags", "flags"]
categories = ["no-std"]
edition = "2024"
edition = "2021"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bitflags-derive-tests-ui"
version = "0.0.0"
edition = "2024"
edition = "2021"
publish = false

[dependencies.bitflags-derive]
Expand Down

0 comments on commit ef1bfa2

Please sign in to comment.