diff options
author | Alexander van Ratingen <470642+alvra@users.noreply.github.com> | 2022-04-21 22:30:49 +0200 |
---|---|---|
committer | Alexander van Ratingen <470642+alvra@users.noreply.github.com> | 2022-04-21 22:30:49 +0200 |
commit | 97385f084e01bf935f8040a1616ed465f9d7db11 (patch) | |
tree | 61f06fcecac25836713f86fb7fd7e3f04792dc66 | |
parent | cdf244ae18202ad3d4fd006c6478a9409b77defe (diff) | |
download | generate-random-97385f084e01bf935f8040a1616ed465f9d7db11.tar.xz |
Add version in main crate for macro crate.
-rw-r--r-- | lib/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8050d42..f1b4b10 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["random"] [dependencies] rand = "0.8.5" -generate-random-macro = { path = "../derive-macro" } +generate-random-macro = { version = "0.1.0", path = "../derive-macro" } [dev-dependencies] rand_chacha = "0.3.1" |