We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8223c commit 4c88a0fCopy full SHA for 4c88a0f
2 files changed
enum-collections-macros/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "enum-collections-macros"
3
-version = "1.0.0"
+version = "1.0.1"
4
edition = "2021"
5
6
description = "Macros to make EnumCollections easy to use"
enum-collections/Cargo.toml
name = "enum-collections"
-version = "1.4.0"
+version = "1.4.1"
description = "Collections data structures optimized for Enum, initializable at runtime."
@@ -24,7 +24,7 @@ variants = ["enum-collections-macros/variants"]
24
ext=[]
25
26
[dependencies]
27
-enum-collections-macros = { path = "../enum-collections-macros", version = "1.0.0" }
+enum-collections-macros = { path = "../enum-collections-macros", version = "1.0.1" }
28
29
[dev-dependencies]
30
criterion = "0.5.1"
0 commit comments