Skip to content

Commit d289333

Browse files
committed
drop edition requirement down to 2021
1 parent d37fd71 commit d289333

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/bitflags/bitflags-derive"
88
description = "bitflags-aware #[derive] macros."
99
keywords = ["bit", "bitmask", "bitflags", "flags"]
1010
categories = ["no-std"]
11-
edition = "2024"
11+
edition = "2021"
1212
exclude = ["/tests", "/.github"]
1313

1414
[dependencies.bitflags-derive-macros]

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/bitflags/bitflags-derive"
88
description = "bitflags-aware #[derive] macros."
99
keywords = ["bit", "bitmask", "bitflags", "flags"]
1010
categories = ["no-std"]
11-
edition = "2024"
11+
edition = "2021"
1212

1313
[lib]
1414
proc-macro = true

tests/ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bitflags-derive-tests-ui"
33
version = "0.0.0"
4-
edition = "2024"
4+
edition = "2021"
55
publish = false
66

77
[dependencies.bitflags-derive]

0 commit comments

Comments
 (0)