File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " attribution-macros"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [
" Timothy Flowers <[email protected] >" ]
55description = " The macros used by the attribution crate"
66categories = [" development-tools::procedural-macro-helpers" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " attribution"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [
" Timothy Flowers <[email protected] >" ]
55description = " A declarative custom attribute parsing framework"
66categories = [" development-tools::procedural-macro-helpers" ]
@@ -11,7 +11,7 @@ repository = "https://github.com/chuck-flowers/attribution"
1111license = " MIT"
1212
1313[dependencies ]
14- attribution-macros = { version = " 0.4 .0" , path = " ../attribution-macros" }
14+ attribution-macros = { version = " 0.5 .0" , path = " ../attribution-macros" }
1515proc-macro2 = " ^1.0.0"
1616quote = " ^1.0.0"
1717syn = { version = " ^1.0.0" , features = [" full" ] }
You can’t perform that action at this time.
0 commit comments