File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " static-reflect"
3
- version = " 0.1.6 "
3
+ version = " 0.1.7 "
4
4
edition = " 2018"
5
5
description = " Static type information, giving a form of compile-time reflection"
6
6
license = " MIT"
@@ -9,8 +9,8 @@ readme = "README.md"
9
9
10
10
[dependencies ]
11
11
# 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 }
14
14
# Optional: Support for numeric traits
15
15
num-traits = { version = " 0.2.14" , optional = true }
16
16
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " static-reflect-derive"
3
3
description = " Procedural derive for static-reflect"
4
- version = " 0.1.0 "
4
+ version = " 0.1.7 "
5
5
edition = " 2018"
6
6
license = " MIT"
7
7
repository = " https://github.com/DuckLogic/rust-static-reflect"
@@ -21,4 +21,4 @@ path = "../derive-internals"
21
21
22
22
[dev-dependencies ]
23
23
# 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