From 978b30103754de1b8aa81164e9898a97f359211c Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sat, 22 Oct 2022 11:47:07 +0200 Subject: Fix too high version numbers on rust crates. --- rust_macro/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust_macro') diff --git a/rust_macro/Cargo.toml b/rust_macro/Cargo.toml index 93291e2..b8a5af4 100644 --- a/rust_macro/Cargo.toml +++ b/rust_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "passwordmaker_macros" -version = "1.0.0" +version = "0.1.0" [dependencies] syn = "1.0" @@ -8,4 +8,4 @@ quote = "1.0" [lib] name = "passwordmaker_macros" -proc-macro = true \ No newline at end of file +proc-macro = true -- cgit v1.2.3