File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## v0.2.1 (November 28, 2017)
44
55- Add ` impl FromMetaItem ` for integer types [ #15 ] ( https://github.com/TedDriggs/darling/pull/15 )
66
Original file line number Diff line number Diff line change 11[package ]
22name = " darling"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44authors = [" Ted Driggs <ted.driggs@outlook.com>" ]
55repository = " https://github.com/TedDriggs/darling"
66documentation = " https://docs.rs/darling/0.2.0"
@@ -15,8 +15,8 @@ readme = "README.md"
1515travis-ci = { repository = " TedDriggs/darling" }
1616
1717[dependencies ]
18- darling_core = { version = " =0.2.0 " , path = " core" }
19- darling_macro = { version = " =0.2.0 " , path = " macro" }
18+ darling_core = { version = " =0.2.1 " , path = " core" }
19+ darling_macro = { version = " =0.2.1 " , path = " macro" }
2020
2121[dev-dependencies ]
2222syn = " 0.11.11"
Original file line number Diff line number Diff line change 11[package ]
22name = " darling_core"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
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.0 "
3+ version = " 0.2.1 "
44authors = [" Ted Driggs <ted.driggs@outlook.com>" ]
55repository = " https://github.com/TedDriggs/darling"
66description = """
@@ -12,7 +12,7 @@ license = "MIT"
1212[dependencies ]
1313quote = " 0.3.15"
1414syn = " 0.11.11"
15- darling_core = { version = " =0.2.0 " , path = " ../core" }
15+ darling_core = { version = " =0.2.1 " , path = " ../core" }
1616
1717[lib ]
1818proc-macro = true
You can’t perform that action at this time.
0 commit comments