aboutsummaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2023-01-21 15:26:28 +0100
committerAndreas Grois <andi@grois.info>2023-01-21 15:26:28 +0100
commit8ec3683b6b1cf23110d21ae75be71be5cfcf0e60 (patch)
tree8bd233396e16c41b45a2edec9baafea46470afd3 /rust/Cargo.toml
parent045fda9e7952b1fbef7d6caa400f1c51fdac46da (diff)
Version 0.2: Update passwordmaker-rs to version 0.2.1HEADv0.2.0main
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 6762ff2..592262a 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "passfish"
-version = "0.1.0"
+version = "0.2.0"
edition = "2018"
[dependencies]
@@ -12,7 +12,7 @@ unicode-segmentation = "1.10.0"
mockall_double = "0.2"
ripemd = {version = "0.1.3", features = ["std"] }
passwordmaker_macros = { path = "../rust_macro" }
-passwordmaker-rs = { version = "0.1" }
+passwordmaker-rs = { version = "0.2" , features = ["precomputed_max_powers"] }
# Need to pin proc-macro2 to version 1.0.43. Newer versions are incompatible with Rust 1.52
proc-macro2 = "=1.0.43"