File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased Changes
44
5+ ## v0.3.0 (January 26, 2018)
6+
57### Breaking Changes
68- Update ` syn ` to 0.12 [ #20 ] ( https://github.com/TedDriggs/darling/pull/20 ) . Thanks to @Eijebong
79- Update ` quote ` to 0.4 [ #20 ] ( https://github.com/TedDriggs/darling/pull/20 ) . Thanks to @Eijebong
Original file line number Diff line number Diff line change 11[package ]
22name = " darling"
3- version = " 0.2.2 "
3+ version = " 0.3.0 "
44authors = [" Ted Driggs <ted.driggs@outlook.com>" ]
55repository = " https://github.com/TedDriggs/darling"
6- documentation = " https://docs.rs/darling/0.2.2 "
6+ documentation = " https://docs.rs/darling/0.3.0 "
77description = """
88A proc-macro library for reading attributes into structs when
99implementing custom derives.
@@ -15,8 +15,8 @@ readme = "README.md"
1515travis-ci = { repository = " TedDriggs/darling" }
1616
1717[dependencies ]
18- darling_core = { version = " =0.2.2 " , path = " core" }
19- darling_macro = { version = " =0.2.2 " , path = " macro" }
18+ darling_core = { version = " =0.3.0 " , path = " core" }
19+ darling_macro = { version = " =0.3.0 " , path = " macro" }
2020
2121[dev-dependencies ]
2222syn = " 0.12.10"
Original file line number Diff line number Diff line change 11[package ]
22name = " darling_core"
3- version = " 0.2.2 "
3+ version = " 0.3.0 "
44authors = [" Ted Driggs <ted.driggs@outlook.com>" ]
55repository = " https://github.com/TedDriggs/darling"
66description = """
Original file line number Diff line number Diff line change 11[package ]
22name = " darling_macro"
3- version = " 0.2.2 "
3+ version = " 0.3.0 "
44authors = [" Ted Driggs <ted.driggs@outlook.com>" ]
55repository = " https://github.com/TedDriggs/darling"
66description = """
@@ -12,7 +12,7 @@ license = "MIT"
1212[dependencies ]
1313quote = " 0.4"
1414syn = " 0.12"
15- darling_core = { version = " =0.2.2 " , path = " ../core" }
15+ darling_core = { version = " =0.3.0 " , path = " ../core" }
1616
1717[lib ]
1818proc-macro = true
You can’t perform that action at this time.
0 commit comments