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 = " enum-iterator-derive"
3- version = " 0.6 .0"
3+ version = " 0.7 .0"
44authors = [" Stephane Raux <stephaneyfx@gmail.com>" ]
55edition = " 2018"
66description = " Procedural macro to iterate over the variants of a field-less enum"
Original file line number Diff line number Diff line change 11[package ]
22name = " enum-iterator"
3- version = " 0.6 .0"
3+ version = " 0.7 .0"
44authors = [" Stephane Raux <stephaneyfx@gmail.com>" ]
55edition = " 2018"
66description = " Tools to iterate over the variants of a field-less enum"
@@ -11,4 +11,4 @@ documentation = "https://docs.rs/enum-iterator"
1111keywords = [" enum" , " variants" , " iterator" ]
1212
1313[dependencies ]
14- enum-iterator-derive = {path = " ../enum-iterator-derive" , version = " 0.6 .0" }
14+ enum-iterator-derive = {path = " ../enum-iterator-derive" , version = " 0.7 .0" }
You can’t perform that action at this time.
0 commit comments