Skip to content

Commit

Permalink
Merge branch 'main' into test-take-sig
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Sep 4, 2024
2 parents 575970a + e1d6ee8 commit d0167e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -41,4 +41,4 @@ debug = 1
lto = true

[profile.release.build-override]
opt-level = 3
opt-level = 3

0 comments on commit d0167e8

Please sign in to comment.