Skip to content

Commit

Permalink
chore: use upstream version of elements with patch
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Apr 16, 2024
1 parent a0cac40 commit 0baa6c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reqwest = { version = "0.11.27", features = ["json"] }
serde_json = "1.0.116"
base64 = "0.22.0"
serde = { version = "1.0.198", features = ["derive"] }
elements = { git = "https://github.com/michael1011/rust-elements", branch = "master", features = ["serde"] }
elements = { version = "0.24.1", features = ["serde"] }
tower-http = { version = "0.5.2", features = ["cors"] }
hex = { version = "0.4.3", features = ["alloc", "serde", "std"] }
serde_with = "3.7.0"
Expand All @@ -33,5 +33,8 @@ r2d2 = "0.8.10"
rayon = "1.10.0"
num_cpus = "1.16.0"

[patch.crates-io]
secp256k1-zkp = { git = "https://github.com/BlockstreamResearch/rust-secp256k1-zkp.git", rev = "60e631c24588a0c9e271badd61959294848c665d" }

[build-dependencies]
built = { version = "0.7.2", features = ["git2"] }

0 comments on commit 0baa6c0

Please sign in to comment.