Skip to content

Commit

Permalink
update Readme with correct MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Sep 28, 2022
1 parent 6c91269 commit 10c024d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ 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.29**.
- This library should always compile with any combination of features on **Rust 1.41.1**.

0 comments on commit 10c024d

Please sign in to comment.