mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Remove the experimental feature from monero
It's been unused since we redid the types.
This commit is contained in:
@@ -27,7 +27,7 @@ dalek-ff-group = { path = "../../crypto/dalek-ff-group", optional = true }
|
|||||||
transcript = { path = "../../crypto/transcript", optional = true }
|
transcript = { path = "../../crypto/transcript", optional = true }
|
||||||
frost = { path = "../../crypto/frost", optional = true }
|
frost = { path = "../../crypto/frost", optional = true }
|
||||||
|
|
||||||
monero = { version = "0.16", features = ["experimental"] }
|
monero = "0.16"
|
||||||
|
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user