From 803431ae4f82a869d4d5d29b1718a5655ca712a0 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Fri, 22 Nov 2024 13:11:33 +1100 Subject: [PATCH] Release v0.1.3 (#7) --- metastruct/Cargo.toml | 2 +- metastruct_macro/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]