File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " static-reflect"
3- version = " 0.1.6 "
3+ version = " 0.1.7 "
44edition = " 2018"
55description = " Static type information, giving a form of compile-time reflection"
66license = " MIT"
@@ -9,8 +9,8 @@ readme = "README.md"
99
1010[dependencies ]
1111# Optional: Support for zerogc
12- zerogc = { version = " 0.2.0-alpha.2 " , optional = true }
13- zerogc-derive = { version = " 0.2.0-alpha.2 " , optional = true }
12+ zerogc = { version = " 0.2.0-alpha.3 " , optional = true }
13+ zerogc-derive = { version = " 0.2.0-alpha.3 " , optional = true }
1414# Optional: Support for numeric traits
1515num-traits = { version = " 0.2.14" , optional = true }
1616
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.0 "
4+ version = " 0.1.7 "
55edition = " 2018"
66license = " MIT"
77repository = " https://github.com/DuckLogic/rust-static-reflect"
@@ -21,4 +21,4 @@ path = "../derive-internals"
2121
2222[dev-dependencies ]
2323# Testing
24- static-reflect = { version = " 0.1.0" , path = " ../.." }
24+ static-reflect = { version = " 0.1.0" , path = " ../.." }
You can’t perform that action at this time.
0 commit comments