Skip to content

Commit dffff2e

Browse files
committed
Merge rust-bitcoin/rust-bitcoin#961: Add temporary warning about edition change
bd36d84 Add temporary warning about edition change (Martin Habovstiak) Pull request description: This warns contributors about possible rebases. Changing CONTRIBUTING should ensure that GitHub will display special warning. This will be removed after migration is done. See also rust-bitcoin/rust-bitcoin#945 ACKs for top commit: sanket1729: ACK bd36d84 apoelstra: ACK bd36d84 Tree-SHA512: 8fd0c9a0803933c3996340ceb46f6d72ec1896936267c5c14ac1a7c48499a24babad1e096fa3a903fb4aedff6b915fd0ba92dd53f8cc3fd1fa0dbccb9bf7732b
2 parents 09e66fe + 96c9071 commit dffff2e

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)