aboutsummaryrefslogtreecommitdiff
path: root/rust_macro
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-22 11:47:07 +0200
committerAndreas Grois <andi@grois.info>2022-10-22 11:47:07 +0200
commit978b30103754de1b8aa81164e9898a97f359211c (patch)
tree4b68686f8a7b00f975e90f2e59308a3a3d898509 /rust_macro
parentaa59d619c5c6f7aeae200ba930f29c4d336a0a14 (diff)
Fix too high version numbers on rust crates.
Diffstat (limited to 'rust_macro')
-rw-r--r--rust_macro/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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