Skip to content

Commit 72c8545

Browse files
authored
Merge pull request #239 from rust-bitcoin/real-or-random-patch-2
readme: Replace all mentions of Rust 1.22 by 1.29
2 parents b2e315f + 0a698b7 commit 72c8545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Contributions to this library are welcome. A few guidelines:
2020
* Any breaking changes must have an accompanied entry in CHANGELOG.md
2121
* No new dependencies, please.
2222
* No crypto should be implemented in Rust, with the possible exception of hash functions. Cryptographic contributions should be directed upstream to libsecp256k1.
23-
* This library should always compile with any combination of features on **Rust 1.22**.
23+
* This library should always compile with any combination of features on **Rust 1.29**.
2424

25-
## A note on Rust 1.22 support
25+
## A note on Rust 1.29 support
2626

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

0 commit comments

Comments
 (0)