diff --git a/metastruct/Cargo.toml b/metastruct/Cargo.toml index 41495c7..9659811 100644 --- a/metastruct/Cargo.toml +++ b/metastruct/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metastruct" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Abstractions for iterating and mapping over struct fields" keywords = ["field", "iterator", "macro"] diff --git a/metastruct_macro/Cargo.toml b/metastruct_macro/Cargo.toml index a96df52..d90b0f4 100644 --- a/metastruct_macro/Cargo.toml +++ b/metastruct_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metastruct_macro" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Abstractions for iterating and mapping over struct fields (proc macro crate)" keywords = ["field", "iterator", "macro"]