diff --git a/Cargo.toml b/Cargo.toml index c528e03..714ca40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ libcrux-hkdf = { version = "0.0.3-alpha.1" } libcrux-chacha20poly1305 = { version = "0.0.2" } libcrux-rsa = { version = "0.0.2" } libcrux-ed25519 = { version = "0.0.3-alpha.1" } -libcrux-ecdsa = { version = "0.0.3-alpha.1", features = ["rand"] } +libcrux-ecdsa = { version = "0.0.6", features = ["rand"] } hax-lib = { version = "0.3" } [features]