diff options
author | Andreas Grois <andi@grois.info> | 2022-10-26 17:58:30 +0200 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2022-10-26 17:58:30 +0200 |
commit | 3ed6afab610907a29bb2b9fac0516d918bec333e (patch) | |
tree | 5da969fe470c8dbdf29e7090ef7fc2104b28c4b3 | |
parent | a70149839c785067d12cbc5e85cc5dbd483d6b39 (diff) |
Increment version to 0.2.0
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "passwordmaker-rs" -version = "0.1.0" +version = "0.2.0" edition = "2018" authors = ["Andreas Grois"] rust-version = "1.52" |