Skip to content

Commit

Permalink
Merge pull request #4 from bitflags/fix/edition
Browse files Browse the repository at this point in the history
Drop edition requirement down to 2021
  • Loading branch information
KodrAus authored Feb 5, 2025
2 parents d37fd71 + d289333 commit d8290f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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"
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 d8290f4

Please sign in to comment.