Version bumps for packages that needed to be published for monero-oxide

This commit is contained in:
Luke Parker
2025-08-15 10:56:10 -04:00
parent a32b97be88
commit 92d9e908cb
4 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ rand_core = { version = "0.6", default-features = false }
bitcoin = { version = "0.32", default-features = false }
k256 = { version = "^0.13.1", default-features = false, features = ["arithmetic", "bits"] }
frost = { package = "modular-frost", path = "../../crypto/frost", version = "0.8", default-features = false, features = ["secp256k1"], optional = true }
frost = { package = "modular-frost", path = "../../crypto/frost", version = "0.9", default-features = false, features = ["secp256k1"], optional = true }
hex = { version = "0.4", default-features = false, optional = true }
serde = { version = "1", default-features = false, features = ["derive"], optional = true }