diff --git a/bake-kdf/Cargo.toml b/bake-kdf/Cargo.toml index 2fc3053..9ba6c08 100644 --- a/bake-kdf/Cargo.toml +++ b/bake-kdf/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["crypto", "bake", "stb", "kdf"] categories = ["cryptography", "no-std"] [dependencies] -belt-hash = { version = "0.2.0-rc.5", default-features = false } +belt-hash = { version = "0.2", default-features = false } [dev-dependencies] hex-literal = "1"