Browse Source

Merge pull request #183 from MichelKansou/master

Update rust-bitcoin & bitcoin_hashes
master
Roman Zeyde 5 years ago
committed by GitHub
parent
commit
7532a54b48
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.toml

4
Cargo.toml

@ -21,8 +21,8 @@ latest_rust = [] # use latest Rust features (otherwise, support Rust 1.34)
[dependencies] [dependencies]
base64 = "0.10" base64 = "0.10"
bincode = "1.0" bincode = "1.0"
bitcoin = { version = "0.18", features = ["use-serde"] } bitcoin = { version = "0.21", features = ["use-serde"] }
bitcoin_hashes = "0.3" bitcoin_hashes = "0.7.1"
configure_me = "0.3.3" configure_me = "0.3.3"
crossbeam-channel = "0.3" crossbeam-channel = "0.3"
dirs = "1.0" dirs = "1.0"

Loading…
Cancel
Save