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 @@ -5,15 +5,15 @@ members = [".", "enum-display-macro"]
55name = " enum-display"
66description = " A macro to derive Display for enums"
77keywords = [" enum" , " display" , " derive" , " macro" ]
8- version = " 0.1.5 "
8+ version = " 0.2.0 "
99edition = " 2021"
1010license = " MIT"
1111documentation = " https://docs.rs/enum-display"
1212homepage = " https://github.com/SeedyROM/enum-display"
1313repository = " https://github.com/SeedyROM/enum-display"
1414
1515[dependencies ]
16- enum-display-macro = { version = " 0.1.5 " , path = " ./enum-display-macro" }
16+ enum-display-macro = { version = " 0.2.0 " , path = " ./enum-display-macro" }
1717
1818[features ]
1919default = [" std" ]
Original file line number Diff line number Diff line change 22name = " enum-display-macro"
33description = " A macro to derive Display for enums"
44keywords = [" enum" , " display" , " derive" , " macro" ]
5- version = " 0.1.5 "
5+ version = " 0.2.0 "
66edition = " 2021"
77license = " MIT"
88documentation = " https://docs.rs/enum-display/tree/main/enum-display-derive"
You can’t perform that action at this time.
0 commit comments