Skip to content

Commit

Permalink
Release v0.1.3 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Nov 22, 2024
1 parent 54b12d2 commit 803431a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metastruct/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion metastruct_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 803431a

Please sign in to comment.