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 1
1
[package ]
2
2
name = " enum-collections-macros"
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
edition = " 2021"
5
5
6
6
description = " Macros to make EnumCollections easy to use"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " enum-collections"
3
- version = " 1.4.0 "
3
+ version = " 1.4.1 "
4
4
edition = " 2021"
5
5
6
6
description = " Collections data structures optimized for Enum, initializable at runtime."
@@ -24,7 +24,7 @@ variants = ["enum-collections-macros/variants"]
24
24
ext =[]
25
25
26
26
[dependencies ]
27
- enum-collections-macros = { path = " ../enum-collections-macros" , version = " 1.0.0 " }
27
+ enum-collections-macros = { path = " ../enum-collections-macros" , version = " 1.0.1 " }
28
28
29
29
[dev-dependencies ]
30
30
criterion = " 0.5.1"
You can’t perform that action at this time.
0 commit comments