bump to 0.12

This commit is contained in:
Andrew Poelstra 2018-03-23 15:27:56 +00:00
parent cabac2354e
commit 85728d16a1
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "bitcoin" name = "bitcoin"
version = "0.11.2" version = "0.12.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"] authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0" license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"

View File

@ -84,9 +84,9 @@ downstream users to also have a `num` dependency just so they can use `Uint256::
* A new optional feature "bitcoinconsenus" lets this library use Bitcoin Core's native * A new optional feature "bitcoinconsenus" lets this library use Bitcoin Core's native
script verifier, wrappend into Rust by the rust-bitcoinconsenus project. script verifier, wrappend into Rust by the rust-bitcoinconsenus project.
See Transaction::verify and Script::verify methods. See `Transaction::verify` and `Script::verify` methods.
* Replaced Base58 traits with encode_slice, check_encode_slice, from and from_check functions in the base58 module. * Replaced Base58 traits with `encode_slice`, `check_encode_slice`, from and `from_check` functions in the base58 module.
* Un-reversed the Debug output for Sha256dHash * Un-reversed the Debug output for Sha256dHash