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 @@ group = "0.13"
ciphersuite = { path = "../ciphersuite", version = "^0.4.1", features = ["std", "ristretto"] }
schnorr = { package = "schnorr-signatures", path = "../schnorr", version = "^0.5.1" }
frost = { path = "../frost", package = "modular-frost", version = "^0.8.1", features = ["ristretto"] }
frost = { path = "../frost", package = "modular-frost", version = "^0.9.0", features = ["ristretto"] }
schnorrkel = { version = "0.11" }