Skip to content

Commit 3172853

Browse files
committed
Updates the version numbers for the v0.4.0 release
1 parent ce91e07 commit 3172853

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

attribution-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "attribution-macros"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Timothy Flowers <[email protected]>"]
55
description = "The macros used by the attribution crate"
66
categories = ["development-tools::procedural-macro-helpers"]

attribution/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "attribution"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Timothy Flowers <[email protected]>"]
55
description = "A declarative custom attribute parsing framework"
66
categories = ["development-tools::procedural-macro-helpers"]
@@ -11,7 +11,7 @@ repository = "https://github.com/chuck-flowers/attribution"
1111
license = "MIT"
1212

1313
[dependencies]
14-
attribution-macros = { version = "0.3.0", path = "../attribution-macros" }
14+
attribution-macros = { version = "0.4.0", path = "../attribution-macros" }
1515
proc-macro2 = "^1.0.0"
1616
quote = "^1.0.0"
1717
syn = { version = "^1.0.0", features = ["full"] }

0 commit comments

Comments
 (0)