diff options
author | Andreas Grois <andi@grois.info> | 2023-01-21 00:26:24 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2023-01-21 00:26:24 +0100 |
commit | 283313e8619d629757a62487d8656fb3781dd554 (patch) | |
tree | 69a22bd990fdd0b21fa3b3e526898f6ec7001e69 /Cargo.toml | |
parent | 212f20c72d703908f6e81b5d569b33d9f5a6ee85 (diff) |
Minor: Restore compatibility with Rust 1.52v0.2.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "passwordmaker-rs" -version = "0.2.0" +version = "0.2.1" edition = "2018" authors = ["Andreas Grois"] rust-version = "1.52" |