From e504266c80c9089d5eeca4db2c7822530a46611b Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 30 May 2022 18:04:57 -0400 Subject: [PATCH] Remove the experimental feature from monero It's been unused since we redid the types. --- coins/monero/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coins/monero/Cargo.toml b/coins/monero/Cargo.toml index 68208ff0..daa99000 100644 --- a/coins/monero/Cargo.toml +++ b/coins/monero/Cargo.toml @@ -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"] }