mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Drop the Monero patch version spec now that it's no longer relevant
Also adds a comment to FROST.
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user