Skip to content

Commit

Permalink
Update rust-tapyrus
Browse files Browse the repository at this point in the history
  • Loading branch information
rantan committed Jul 11, 2024
1 parent 64690e5 commit 7adeadb
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 @@ -18,7 +18,7 @@ path = "src/lib.rs"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
tapyrus = { git = "https://github.com/chaintope/rust-tapyrus", branch = "update_on_bitcoin_0.31.x", default-features = false, features = ["serde", "std"] }
tapyrus = { git = "https://github.com/chaintope/rust-tapyrus", branch = "use_malfix_txid_as_default_txid", default-features = false, features = ["serde", "std"] }
hex = { package = "hex-conservative", version = "0.2" }
log = "^0.4"
minreq = { version = "2.11.0", features = ["json-using-serde"], optional = true }
Expand All @@ -27,7 +27,7 @@ reqwest = { version = "0.11", optional = true, default-features = false, feature
[dev-dependencies]
serde_json = "1.0"
tokio = { version = "1.20.1", features = ["full"] }
electrsd = { git = "https://github.com/chaintope/electrsd", features = ["legacy", "electrs_0_5_1", "tapyrusd_0_5_2"] }
electrsd = { git = "https://github.com/chaintope/electrsd", branch = "use_malfix_txid", features = ["legacy", "electrs_0_5_1", "tapyrusd_0_5_2"] }
lazy_static = "1.4.0"

[features]
Expand Down

0 comments on commit 7adeadb

Please sign in to comment.