Skip to content

Commit 803431a

Browse files
Release v0.1.3 (#7)
1 parent 54b12d2 commit 803431a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metastruct/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metastruct"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "Abstractions for iterating and mapping over struct fields"
66
keywords = ["field", "iterator", "macro"]

metastruct_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metastruct_macro"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "Abstractions for iterating and mapping over struct fields (proc macro crate)"
66
keywords = ["field", "iterator", "macro"]

0 commit comments

Comments
 (0)