aboutsummaryrefslogtreecommitdiff
path: root/lib/Cargo.toml
diff options
context:
space:
mode:
authorAlexander van Ratingen <470642+alvra@users.noreply.github.com>2022-04-21 22:30:49 +0200
committerAlexander van Ratingen <470642+alvra@users.noreply.github.com>2022-04-21 22:30:49 +0200
commit97385f084e01bf935f8040a1616ed465f9d7db11 (patch)
tree61f06fcecac25836713f86fb7fd7e3f04792dc66 /lib/Cargo.toml
parentcdf244ae18202ad3d4fd006c6478a9409b77defe (diff)
downloadgenerate-random-97385f084e01bf935f8040a1616ed465f9d7db11.tar.xz
Add version in main crate for macro crate.
Diffstat (limited to 'lib/Cargo.toml')
-rw-r--r--lib/Cargo.toml2
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"