Skip to content

Commit 9c9cba5

Browse files
author
“ramfox”
committed
chore: downgrade edition from "2024" to "2021"
Most of our crates are "edition2021"
1 parent babe8c1 commit 9c9cba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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)