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

@@ -31,7 +31,7 @@ elliptic-curve = { version = "0.12", features = ["hash2curve"], optional = true
p256 = { version = "0.11", features = ["arithmetic", "bits", "hash2curve"], optional = true }
k256 = { version = "0.11", features = ["arithmetic", "bits", "hash2curve"], optional = true }
minimal-ed448 = { path = "../ed448", version = "0.1", optional = true }
minimal-ed448 = { path = "../ed448", version = "^0.1.2", optional = true }
[features]
std = []