mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
Remove the experimental feature from monero
It's been unused since we redid the types.
This commit is contained in:
parent
bfa15283f5
commit
e504266c80
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ dalek-ff-group = { path = "../../crypto/dalek-ff-group", optional = true }
|
|||
transcript = { path = "../../crypto/transcript", optional = true }
|
||||
frost = { path = "../../crypto/frost", optional = true }
|
||||
|
||||
monero = { version = "0.16", features = ["experimental"] }
|
||||
monero = "0.16"
|
||||
|
||||
hex = "0.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue