Skip to content

Commit

Permalink
Fixup Cargo.toml
Browse files Browse the repository at this point in the history
Following #913 (comment)
  • Loading branch information
romanz committed Aug 5, 2023
1 parent 2c1ed3c commit 2e6191e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec = "internal/config_specification.toml"
[dependencies]
anyhow = "1.0"
bitcoin = { version = "0.30.0", features = ["serde", "rand-std"] }
bitcoin_slices = { version = "0.6", features =["bitcoin","sha2"] }
bitcoin_slices = { version = "0.6", features =["bitcoin", "sha2"] }
bitcoincore-rpc = "0.17.0"
configure_me = "0.4"
crossbeam-channel = "0.5"
Expand Down

0 comments on commit 2e6191e

Please sign in to comment.