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.
This commit is contained in:
Martin Habovstiak 2022-04-20 20:15:49 +02:00
parent 8f899c73bf
commit bd36d846f2
2 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Contributing to rust-bitcoin
**Heads up about upcoming edition change**
We're currently preparing to bump MSRV and **change the edition to 2018**.
To minimize the churn we recommend you to submit your local WIP changes ASAP.
There will be a lot of rebasing after the edition change.
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
The following is a set of guidelines for contributing to Rust Bitcoin

View File

@ -18,6 +18,11 @@
</p>
</div>
**Heads up for contributors: upcoming edition change**
We're currently preparing to bump MSRV and **change the edition to 2018**.
To minimize the churn we recommend you to submit your local WIP changes ASAP.
There will be a lot of rebasing after the edition change.
[Documentation](https://docs.rs/bitcoin/)