Skip to content

Commit

Permalink
Updates the package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-flowers committed Jun 26, 2020
1 parent a167d86 commit 7d16c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion attribution-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "attribution-macros"
version = "0.4.0"
version = "0.5.0"
authors = ["Timothy Flowers <[email protected]>"]
description = "The macros used by the attribution crate"
categories = ["development-tools::procedural-macro-helpers"]
Expand Down
4 changes: 2 additions & 2 deletions attribution/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "attribution"
version = "0.4.0"
version = "0.5.0"
authors = ["Timothy Flowers <[email protected]>"]
description = "A declarative custom attribute parsing framework"
categories = ["development-tools::procedural-macro-helpers"]
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/chuck-flowers/attribution"
license = "MIT"

[dependencies]
attribution-macros = { version = "0.4.0", path = "../attribution-macros" }
attribution-macros = { version = "0.5.0", path = "../attribution-macros" }
proc-macro2 = "^1.0.0"
quote = "^1.0.0"
syn = { version = "^1.0.0", features = ["full"] }
Expand Down

0 comments on commit 7d16c63

Please sign in to comment.