Skip to content

Commit

Permalink
Merge pull request #239 from rust-bitcoin/real-or-random-patch-2
Browse files Browse the repository at this point in the history
readme: Replace all mentions of Rust 1.22 by 1.29
  • Loading branch information
apoelstra authored Sep 22, 2020
2 parents b2e315f + 0a698b7 commit 72c8545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Contributions to this library are welcome. A few guidelines:
* Any breaking changes must have an accompanied entry in CHANGELOG.md
* No new dependencies, please.
* No crypto should be implemented in Rust, with the possible exception of hash functions. Cryptographic contributions should be directed upstream to libsecp256k1.
* This library should always compile with any combination of features on **Rust 1.22**.
* This library should always compile with any combination of features on **Rust 1.29**.

## A note on Rust 1.22 support
## A note on Rust 1.29 support

The build dependency `cc` might require a more recent version of the Rust compiler.
To ensure compilation with Rust 1.29.0, pin its version in your `Cargo.lock`
Expand Down

0 comments on commit 72c8545

Please sign in to comment.