Correct ed448 versioning

This commit is contained in:
Luke Parker
2022-10-29 05:21:04 -04:00
parent 43e38e463f
commit e67e406d95
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "modular-frost"
version = "0.4.0"
version = "0.4.1"
description = "Modular implementation of FROST over ff/group"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/crypto/frost"
@@ -30,7 +30,7 @@ chacha20 = { version = "0.9", features = ["zeroize"] }
group = "0.12"
dalek-ff-group = { path = "../dalek-ff-group", version = "^0.1.2", optional = true }
minimal-ed448 = { path = "../ed448", version = "0.1", optional = true }
minimal-ed448 = { path = "../ed448", version = "^0.1.2", optional = true }
ciphersuite = { path = "../ciphersuite", version = "0.1", features = ["std"] }