Skip to content

Commit e8d82c4

Browse files
authored
Merge pull request #3 from n0-computer/downgrade-edition
chore: downgrade edition from "2024" to "2021"
2 parents babe8c1 + 9c9cba5 commit e8d82c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nested_enum_utils"
33
version = "0.2.0"
4-
edition = "2024"
4+
edition = "2021"
55
readme = "README.md"
66
description = "Macros to provide conversions for nested enums"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)