Commit 872c555 1 parent 6b9b259 commit 872c555 Copy full SHA for 872c555
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " enumflags2"
3
- version = " 0.7.1 "
3
+ version = " 0.7.2 "
4
4
authors = [" maik klein <maikklein@googlemail.com>" , " Jakub \" NieDżejkob\" Kądziołka <kuba@kadziolka.net>" ]
5
5
description = " Enum-based bit flags"
6
6
license = " MIT OR Apache-2.0"
@@ -12,7 +12,7 @@ edition = "2018"
12
12
rust-version = " 1.41.1"
13
13
14
14
[dependencies .enumflags2_derive ]
15
- version = " =0.7.0 "
15
+ version = " =0.7.2 "
16
16
path = " enumflags_derive"
17
17
18
18
[dependencies .serde ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " enumflags2_derive"
3
- version = " 0.7.0 "
3
+ version = " 0.7.2 "
4
4
authors = [" maik klein <maikklein@googlemail.com>" , " Jakub \" NieDżejkob\" Kądziołka <kuba@kadziolka.net>" ]
5
5
description = " Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions."
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments