Skip to content

Commit

Permalink
Release v0.1.2 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Jul 18, 2024
1 parent 93ed977 commit 79dc75c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions metastruct/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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 }
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.1"
version = "0.1.2"
edition = "2021"
description = "Abstractions for iterating and mapping over struct fields (proc macro crate)"
keywords = ["field", "iterator", "macro"]
Expand Down

0 comments on commit 79dc75c

Please sign in to comment.