Skip to content

Commit 4642ccb

Browse files
committed
Remove stale MSRV docs
We have stale docs referring to the old MSRV. We do not need MSRV docs in `CONTRIBUTING` because we have them in the README already. Fix stale docs by doing: - Remove the MSRV docs from readme in favour of `CONTRIBUTING.md`. - Add a sentence to the redame pointing readers towards `CONTRIBUTING.md`.
1 parent e33be0f commit 4642ccb

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,6 @@ and [how it is planned to coordinate it with crate refactoring](https://github.c
183183
For the new code it is recommended to follow style of the existing codebase and
184184
avoid any end-line space characters.
185185

186-
### MSRV
187-
188-
The Minimal Supported Rust Version (MSRV) is 1.29; it is enforced by our CI.
189-
Later we plan to increase MSRV to support Rust 2018 and you are welcome to check
190-
the [tracking issue](https://github.com/rust-bitcoin/rust-bitcoin/issues/510).
191-
192186
### Naming conventions
193187

194188
Naming of data structures/enums and their fields/variants must follow names used

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ please join us in
7171
[#bitcoin-rust](https://web.libera.chat/?channel=#bitcoin-rust) on
7272
[libera.chat](https://libera.chat).
7373

74+
For more information please see `./CONTRIBUTING.md`.
75+
7476
## Minimum Supported Rust Version (MSRV)
7577

7678
This library should always compile with any combination of features (minus

0 commit comments

Comments
 (0)