File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " enumflags2"
3- version = " 0.7.0-preview1 "
3+ version = " 0.7.0"
44authors = [" maik klein <maikklein@googlemail.com>" , " Jakub \" NieDżejkob\" Kądziołka <kuba@kadziolka.net>" ]
55description = " Enum-based bit flags"
66license = " MIT OR Apache-2.0"
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/enumflags2"
1111edition = " 2018"
1212
1313[dependencies .enumflags2_derive ]
14- version = " =0.7.0-preview1 "
14+ version = " =0.7.0"
1515path = " enumflags_derive"
1616
1717[dependencies .serde ]
Original file line number Diff line number Diff line change 11[package ]
22name = " enumflags2_derive"
3- version = " 0.7.0-preview1 "
3+ version = " 0.7.0"
44authors = [" maik klein <maikklein@googlemail.com>" , " Jakub \" NieDżejkob\" Kądziołka <kuba@kadziolka.net>" ]
55description = " Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions."
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments