-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ec6459e Bump version 0.19.0-3 -> 0.19.0-0.4.0 (Tobin Harding) 31c695f Update to use edition 2018 (Tobin Harding) 4be3bf2 Update MSRV in CI and Readme from 1.29 to 1.41.1 (Tobin Harding) Pull request description: Update the MSRV to Rust 1.41.1 and enable edition 2018. Should not be merged without rust-bitcoin organization-wide planning on how to go about this upgrade. ~Leaving as draft until rust-bitcoin Taproot release is done.~ Discussion: rust-bitcoin/rust-bitcoin#510 (comment) Top commit has no ACKs. Tree-SHA512: bf38d3884ccf5c151ee2956e4ee285ec778602792752fe696a2b56b5cbcb2d3e13b7eaed42517f6b1fb49a0db90ea946d58c124532f596e1f8ad649c61730f78
- Loading branch information
Showing
3 changed files
with
4 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "bitcoinconsensus" | ||
version = "0.19.0-3" | ||
version = "0.19.0-0.4.0" | ||
authors = ["Tamas Blummer <[email protected]>"] | ||
license = "Apache-2.0" | ||
homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/" | ||
|
@@ -10,6 +10,7 @@ keywords = [ "bitcoin", "bitcoinconsensus", "libbitcoinconsensus" ] | |
readme = "README.md" | ||
exclude = ["/depend/bitcoin/.github/**", "/depend/bitcoin/.tx/**", "/depend/bitcoin/build-aux/**", "/depend/bitcoin/contrib/**", "/depend/bitcoin/depends/**", "/depend/bitcoin/doc/**", "/depend/bitcoin/share/**", "/depend/bitcoin/test/**", "/depend/bitcoin/src/bench/**", "/depend/bitcoin/src/config/**", "/depend/bitcoin/src/consensus/**", "/depend/bitcoin/src/leveldb/**", "/depend/bitcoin/src/policy/**", "/depend/bitcoin/src/qt/**", "/depend/bitcoin/src/rpc/**", "/depend/bitcoin/src/support/**", "/depend/bitcoin/src/test/**", "/depend/bitcoin/src/univalue/**", "/depend/bitcoin/src/wallet/**", "/depend/bitcoin/src/zmq/**"] | ||
build = "build.rs" | ||
edition = "2018" | ||
|
||
[lib] | ||
name = "bitcoinconsensus" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters