File tree 2 files changed +4
-6
lines changed 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- cargo-features = [" public-dependency" ]
2
-
3
1
[package ]
4
2
name = " const-random"
5
- version = " 0.1.5 "
3
+ version = " 0.1.6
6
4
license = " MIT OR Apache-2.0"
7
5
repository = " https://github.com/tkaitchuck/constrandom"
8
6
documentation = " https://docs.rs/const-random"
@@ -13,5 +11,5 @@ readme = "README.md"
13
11
edition = " 2018"
14
12
15
13
[dependencies ]
16
- const-random-macro = { path = " macro" , version = " 0.1.5 " , public = true }
14
+ const-random-macro = { path = " macro" , version = " 0.1.6 " }
17
15
proc-macro-hack = { version = " 0.5" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " const-random-macro"
3
- version = " 0.1.5 "
3
+ version = " 0.1.6 "
4
4
license = " MIT OR Apache-2.0"
5
5
repository = " https://github.com/tkaitchuck/constrandom"
6
6
documentation = " https://docs.rs/const-random"
@@ -14,4 +14,4 @@ proc-macro = true
14
14
15
15
[dependencies ]
16
16
proc-macro-hack = { version = " 0.5" }
17
- rand = { version = " 0.7" , default-features = false , features = [" getrandom" ] }
17
+ rand = { version = " 0.7" , default-features = false , features = [" getrandom" ] }
You can’t perform that action at this time.
0 commit comments