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[package ]
22name = " darling"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44authors = [" Ted Driggs <ted.driggs@outlook.com>" ]
55repository = " https://github.com/TedDriggs/darling"
6- documentation = " https://docs.rs/darling/0.1.2 "
6+ documentation = " https://docs.rs/darling/0.1.3 "
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.1.2 " , path = " core" }
19- darling_macro = { version = " =0.1.2 " , path = " macro" }
18+ darling_core = { version = " =0.1.3 " , path = " core" }
19+ darling_macro = { version = " =0.1.3 " , path = " macro" }
2020
2121[dev-dependencies ]
2222syn = " 0.11"
Original file line number Diff line number Diff line change 11[package ]
22name = " darling_core"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44authors = [" Ted Driggs <ted.driggs@outlook.com>" ]
55repository = " https://github.com/TedDriggs/darling"
66description = """
@@ -18,4 +18,4 @@ default = ["syn/full"]
1818ident_case = " 1.0.0"
1919lazy_static = " 0.2.8"
2020syn = " 0.11.11"
21- quote = " 0.3.12 "
21+ quote = " 0.3.15 "
Original file line number Diff line number Diff line change 11[package ]
22name = " darling_macro"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44authors = [" Ted Driggs <ted.driggs@outlook.com>" ]
55repository = " https://github.com/TedDriggs/darling"
66description = """
@@ -13,6 +13,6 @@ license = "MIT"
1313proc-macro = true
1414
1515[dependencies ]
16- quote = " 0.3.8 "
16+ quote = " 0.3.15 "
1717syn = " 0.11.11"
18- darling_core = { version = " =0.1.2 " , path = " ../core" }
18+ darling_core = { version = " =0.1.3 " , path = " ../core" }
You can’t perform that action at this time.
0 commit comments