File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " static-reflect"
3- version = " 0.1.9 "
3+ version = " 0.2.0-alpha.1 "
44edition = " 2018"
55description = " Static type information, giving a form of compile-time reflection"
66license = " MIT"
@@ -11,8 +11,6 @@ readme = "README.md"
1111# Optional: Support for zerogc
1212zerogc = { version = " 0.2.0-alpha.4" , optional = true }
1313zerogc-derive = { version = " 0.2.0-alpha.4" , optional = true }
14- # Optional: Support for numeric traits
15- num-traits = { version = " 0.2.14" , optional = true }
1614
1715[features ]
1816default = [" never" , " builtins" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " static-reflect-derive-internals"
3- version = " 0.1.0 "
3+ version = " 0.2.0-alpha.1 "
44edition = " 2018"
55license = " MIT"
66description = " The internal implementation of procedural derive for `static-reflect`"
77repository = " https://github.com/DuckLogic/rust-static-reflect"
88
99[dependencies ]
10- itertools = " 0.9 .0"
10+ itertools = " 0.10 .0"
1111proc-macro2 = " ^1"
1212quote = " ^1"
1313indexmap = " 1.6"
Original file line number Diff line number Diff line change 11[package ]
22name = " static-reflect-derive"
33description = " Procedural derive for static-reflect"
4- version = " 0.1.7 "
4+ version = " 0.2.0-alpha.1 "
55edition = " 2018"
66license = " MIT"
77repository = " https://github.com/DuckLogic/rust-static-reflect"
@@ -16,10 +16,10 @@ syn = "1"
1616
1717# Actual implementation
1818[dependencies .static-reflect-derive-internals ]
19- version = " 0.1.0 "
19+ version = " 0.2.0-alpha.1 "
2020path = " ../derive-internals"
2121
2222[dev-dependencies ]
2323# Testing
24- static-reflect = { version = " 0.1.0 " , path = " ../.." }
24+ static-reflect = { version = " 0.2.0-alpha.1 " , path = " ../.." }
2525pretty_assertions = " 0.7.2"
You can’t perform that action at this time.
0 commit comments