Skip to content

Commit

Permalink
Release v0.1.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Jun 19, 2023
1 parent 4732c9f commit 8a6a247
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.0"
version = "0.1.1"
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.0", path = "../metastruct_macro", optional = true }
metastruct_macro = { version = "0.1.1", 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.0"
version = "0.1.1"
edition = "2021"
description = "Abstractions for iterating and mapping over struct fields (proc macro crate)"
keywords = ["field", "iterator", "macro"]
Expand Down

0 comments on commit 8a6a247

Please sign in to comment.