diff --git a/metastruct/Cargo.toml b/metastruct/Cargo.toml index 04a722e..41495c7 100644 --- a/metastruct/Cargo.toml +++ b/metastruct/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metastruct" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Abstractions for iterating and mapping over struct fields" keywords = ["field", "iterator", "macro"] @@ -14,4 +14,4 @@ default = ["macro"] macro = ["metastruct_macro"] [dependencies] -metastruct_macro = { version = "0.1.1", path = "../metastruct_macro", optional = true } +metastruct_macro = { version = "0.1.2", path = "../metastruct_macro", optional = true } diff --git a/metastruct_macro/Cargo.toml b/metastruct_macro/Cargo.toml index cd186fc..a96df52 100644 --- a/metastruct_macro/Cargo.toml +++ b/metastruct_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metastruct_macro" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Abstractions for iterating and mapping over struct fields (proc macro crate)" keywords = ["field", "iterator", "macro"]