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

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