Skip to content

Commit

Permalink
Bump bitcoin to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Jan 18, 2021
1 parent ac1e31e commit 965f2e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if [ "$TRAVIS_RUST_VERSION" = "1.29.0" ]; then
cargo update --verbose --package "serde_json" --precise "1.0.39"
cargo update --verbose --package "serde" --precise "1.0.98"
cargo update --verbose --package "serde_derive" --precise "1.0.98"
cargo update --verbose --package "byteorder" --precise "1.3.4"
fi

if [ -n "$RUSTFMTCHECK" ]; then
Expand Down
2 changes: 1 addition & 1 deletion integration_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors = ["Steven Roose <[email protected]>"]

[dependencies]
bitcoincore-rpc = { path = "../client" }
bitcoin = { version = "0.25", features = [ "use-serde", "rand" ] }
bitcoin = { version = "0.26", features = [ "use-serde", "rand" ] }
lazy_static = "1.4.0"
log = "0.4"
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
hex = "0.3"

bitcoin = { version = "0.25", features = [ "use-serde" ] }
bitcoin = { version = "0.26", features = [ "use-serde" ] }

0 comments on commit 965f2e5

Please sign in to comment.