aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2023-01-21 00:26:24 +0100
committerAndreas Grois <andi@grois.info>2023-01-21 00:26:24 +0100
commit283313e8619d629757a62487d8656fb3781dd554 (patch)
tree69a22bd990fdd0b21fa3b3e526898f6ec7001e69 /Cargo.toml
parent212f20c72d703908f6e81b5d569b33d9f5a6ee85 (diff)
Minor: Restore compatibility with Rust 1.52v0.2.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5d5ee1e..0ad95d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"