Skip to content

Commit ef1bfa2

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

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ 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"
12+
rust-version = "1.56.0"
1213
exclude = ["/tests", "/.github"]
1314

1415
[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)