You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
432 B
24 lines
432 B
--- hkdf-0.7.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ hkdf-0.7.0/Cargo.toml 2019-03-13T23:34:42.285411+01:00
|
|
@@ -37,16 +37,16 @@
|
|
version = "0.1"
|
|
|
|
[dev-dependencies.crypto-tests]
|
|
-version = "0.5.*"
|
|
+version = "0.5"
|
|
|
|
[dev-dependencies.hex]
|
|
-version = "0.3.*"
|
|
+version = "0.3"
|
|
|
|
[dev-dependencies.sha-1]
|
|
-version = "0.8.*"
|
|
+version = "0.8"
|
|
|
|
[dev-dependencies.sha2]
|
|
-version = "0.8.*"
|
|
+version = "0.8"
|
|
|
|
[features]
|
|
std = []
|