We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13148fc + 1cc1943 commit 58c94b7Copy full SHA for 58c94b7
Cargo.toml
@@ -11,4 +11,4 @@ readme = "README.md"
11
edition = "2018"
12
13
[dependencies]
14
-const-random-macro = { path = "macro", version = "0.1.15"}
+const-random-macro = { path = "macro", version = "0.1.16"}
macro/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "const-random-macro"
3
-version = "0.1.15"
+version = "0.1.16"
4
license = "MIT OR Apache-2.0"
5
repository = "https://github.com/tkaitchuck/constrandom"
6
documentation = "https://docs.rs/const-random"
0 commit comments