Skip to content

Commit

Permalink
Version 0.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed May 5, 2022
1 parent f2114cb commit 6499ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion structmeta-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "structmeta-derive"
version = "0.1.4"
version = "0.1.5"
authors = ["frozenlib"]
license = "MIT OR Apache-2.0"
readme = "../README.md"
Expand Down
4 changes: 2 additions & 2 deletions structmeta/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "structmeta"
version = "0.1.4"
version = "0.1.5"
authors = ["frozenlib"]
license = "MIT OR Apache-2.0"
readme = "../README.md"
Expand All @@ -14,7 +14,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
structmeta-derive = { version = "=0.1.4", path = "../structmeta-derive" }
structmeta-derive = { version = "=0.1.5", path = "../structmeta-derive" }
proc-macro2 = "1.0.33"
syn = "1.0.82"
quote = "1.0.10"
Expand Down

0 comments on commit 6499ce3

Please sign in to comment.