Bump crate versions

This commit is contained in:
Luke Parker
2023-03-20 20:28:41 -04:00
parent 8d4d630e0f
commit 952cf280c2
20 changed files with 62 additions and 72 deletions

View File

@@ -25,8 +25,8 @@ subxt = { version = "0.27", default-features = false, features = ["jsonrpsee-ws"
bitcoin = { version = "0.29", optional = true }
ciphersuite = { path = "../../../crypto/ciphersuite", version = "0.2", optional = true }
monero-serai = { path = "../../../coins/monero", version = "0.1.3-alpha", optional = true }
ciphersuite = { path = "../../../crypto/ciphersuite", version = "0.3", optional = true }
monero-serai = { path = "../../../coins/monero", version = "0.1.4-alpha", optional = true }
[features]
serai = ["thiserror", "scale-info", "subxt"]