Skip to content

Commit 9002671

Browse files
committed
cleanup
1 parent 83e5d57 commit 9002671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kbkdf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ readme = "README.md"
1313
rust-version = "1.65"
1414

1515
[dependencies]
16-
digest = "0.10"
17-
hmac = "0.12.1"
16+
digest = { version = "0.10", default-features = false }
17+
hmac = { version = "0.12.1", default-features = false }
1818
# divrem can be dropped with MSRV >= 1.73
1919
divrem = "1.0.0"
2020

0 commit comments

Comments
 (0)