Skip to content

Commit

Permalink
Implement provenance in index (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Sep 4, 2023
1 parent c00652c commit 87a9ed7
Show file tree
Hide file tree
Showing 15 changed files with 1,285 additions and 210 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tower-http = { version = "0.4.0", features = ["compression-br", "compression-gzi
[dev-dependencies]
executable-path = "1.0.0"
pretty_assertions = "1.2.1"
reqwest = { version = "0.11.10", features = ["blocking"] }
reqwest = { version = "0.11.10", features = ["blocking", "json"] }
test-bitcoincore-rpc = { path = "test-bitcoincore-rpc" }
unindent = "0.2.1"

Expand Down
Loading

0 comments on commit 87a9ed7

Please sign in to comment.