Skip to content

Commit 35ec014

Browse files
committed
README: fix MSRV
MSRV was increased in a previous commit, but the README was not updated.
1 parent b1bab69 commit 35ec014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ 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.41.1**.
23+
- This library should always compile with any combination of features on **Rust 1.56.1**.
2424

0 commit comments

Comments
 (0)