Remove the experimental feature from monero

It's been unused since we redid the types.
This commit is contained in:
Luke Parker 2022-05-30 18:04:57 -04:00
parent bfa15283f5
commit e504266c80
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -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"] }