Skip to content

Commit 96c9071

Browse files
committed
Add temporary warning about edition change
This warns contributors about possible rebases. Changing CONTRIBUTING should ensure that GitHub will display special warning. This will be removed after migration is done.
1 parent 09e66fe commit 96c9071

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Contributing to rust-bitcoin
22

3+
**Heads up about upcoming edition change**
4+
5+
We're currently preparing to bump MSRV and **change the edition to 2018**.
6+
To minimize the churn we recommend you to submit your local WIP changes ASAP.
7+
There will be a lot of rebasing after the edition change.
8+
39
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
410

511
The following is a set of guidelines for contributing to Rust Bitcoin

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
</p>
1919
</div>
2020

21+
**Heads up for contributors: upcoming edition change**
22+
23+
We're currently preparing to bump MSRV and **change the edition to 2018**.
24+
To minimize the churn we recommend you to submit your local WIP changes ASAP.
25+
There will be a lot of rebasing after the edition change.
2126

2227
[Documentation](https://docs.rs/bitcoin/)
2328

0 commit comments

Comments
 (0)