We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21f6f3c + a2e3bfe commit 7704426Copy full SHA for 7704426
pbkdf2/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pbkdf2"
3
-version = "0.3.0"
+version = "0.4.0-pre"
4
authors = ["RustCrypto Developers"]
5
license = "MIT OR Apache-2.0"
6
description = "Generic implementation of PBKDF2"
scrypt/Cargo.toml
@@ -11,9 +11,9 @@ categories = ["cryptography"]
11
edition = "2018"
12
13
[dependencies]
14
-sha2 = { version = "0.8", default-features = false }
15
-pbkdf2 = { version = "0.3", default-features = false }
16
-hmac = "0.7"
+sha2 = { version = "= 0.9.0-pre", default-features = false }
+pbkdf2 = { version = "= 0.4.0-pre", default-features = false, path = "../pbkdf2" }
+hmac = "= 0.8.0-pre"
17
byte-tools = "0.3"
18
byteorder = { version = "1", default-features = false }
19
0 commit comments