Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed May 14, 2018
1 parent 68de1c7 commit 35d1945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Getset, we're ready to go!
A procedural macro for generating the most basic getters and setters on fields.
"""
version = "0.0.5"
version = "0.0.6"
authors = ["hoverbear <andrew@hoverbear.org>"]
license = "MIT"

Expand All @@ -24,4 +24,4 @@ proc-macro = true
[dependencies]
quote = "0.5.2"
syn = "0.13.10"
proc-macro2 = { version = "0.3", default-features = false }
proc-macro2 = { version = "0.3", default-features = false }

0 comments on commit 35d1945

Please sign in to comment.