diff --git a/Cargo.toml b/Cargo.toml index a080f383..114ca89f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ toml = "0.8.19" sqlx = { version = "0.7.4", default-features = false } # k256 = { version = "=0.13.3", default-features = false } # risc0-build = "0.21.0" -bitcoin-mock-rpc = { git = "https://github.com/chainwayxyz/bitcoin-mock-rpc", tag = "v0.0.8" } +bitcoin-mock-rpc = { git = "https://github.com/chainwayxyz/bitcoin-mock-rpc", tag = "v0.0.10" } musig2 = { version = "0.0.11", features = ["serde"] } # Always optimize; building and running the guest takes much longer without optimization. @@ -41,4 +41,4 @@ debug = 1 lto = true [profile.release.build-override] -opt-level = 3 \ No newline at end of file +opt-level = 3