File tree 3 files changed +6
-8
lines changed
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " static-reflect"
3
- version = " 0.1.9 "
3
+ version = " 0.2.0-alpha.1 "
4
4
edition = " 2018"
5
5
description = " Static type information, giving a form of compile-time reflection"
6
6
license = " MIT"
@@ -11,8 +11,6 @@ readme = "README.md"
11
11
# Optional: Support for zerogc
12
12
zerogc = { version = " 0.2.0-alpha.4" , optional = true }
13
13
zerogc-derive = { version = " 0.2.0-alpha.4" , optional = true }
14
- # Optional: Support for numeric traits
15
- num-traits = { version = " 0.2.14" , optional = true }
16
14
17
15
[features ]
18
16
default = [" never" , " builtins" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " static-reflect-derive-internals"
3
- version = " 0.1.0 "
3
+ version = " 0.2.0-alpha.1 "
4
4
edition = " 2018"
5
5
license = " MIT"
6
6
description = " The internal implementation of procedural derive for `static-reflect`"
7
7
repository = " https://github.com/DuckLogic/rust-static-reflect"
8
8
9
9
[dependencies ]
10
- itertools = " 0.9 .0"
10
+ itertools = " 0.10 .0"
11
11
proc-macro2 = " ^1"
12
12
quote = " ^1"
13
13
indexmap = " 1.6"
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.7 "
4
+ version = " 0.2.0-alpha.1 "
5
5
edition = " 2018"
6
6
license = " MIT"
7
7
repository = " https://github.com/DuckLogic/rust-static-reflect"
@@ -16,10 +16,10 @@ syn = "1"
16
16
17
17
# Actual implementation
18
18
[dependencies .static-reflect-derive-internals ]
19
- version = " 0.1.0 "
19
+ version = " 0.2.0-alpha.1 "
20
20
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.2.0-alpha.1 " , path = " ../.." }
25
25
pretty_assertions = " 0.7.2"
You can’t perform that action at this time.
0 commit comments