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.9 "
3+ version = " 0.7.10 "
44authors = [" maik klein <maikklein@googlemail.com>" , " Maja Kądziołka <maya@compilercrim.es>" ]
55description = " Enum-based bit flags"
66license = " MIT OR Apache-2.0"
@@ -12,7 +12,7 @@ edition = "2018"
1212rust-version = " 1.56"
1313
1414[dependencies .enumflags2_derive ]
15- version = " =0.7.9 "
15+ version = " =0.7.10 "
1616path = " enumflags_derive"
1717
1818[dependencies .serde ]
Original file line number Diff line number Diff line change 11[package ]
22name = " enumflags2_derive"
3- version = " 0.7.9 "
3+ version = " 0.7.10 "
44authors = [" maik klein <maikklein@googlemail.com>" , " Maja Kądziołka <maya@compilercrim.es>" ]
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