Drop the Monero patch version spec now that it's no longer relevant

Also adds a comment to FROST.
This commit is contained in:
Luke Parker
2022-05-26 03:52:45 -04:00
parent 5ca0945cbf
commit 4ddb838a5a
2 changed files with 3 additions and 2 deletions

View File

@@ -26,8 +26,7 @@ transcript = { path = "../../crypto/transcript", optional = true }
frost = { path = "../../crypto/frost", optional = true }
dalek-ff-group = { path = "../../crypto/dalek-ff-group", optional = true }
# Locked to this specific patch version due to a bug we compensate for
monero = { version = "0.16.0", features = ["experimental"] }
monero = { version = "0.16", features = ["experimental"] }
hex = "0.4"
serde = { version = "1.0", features = ["derive"] }