Skip to content

Commit

Permalink
document Rust edition and minimum Rust version; closes #199
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Nov 29, 2024
1 parent 2b43ed1 commit b4b44c2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,21 @@ With the branches come some additional rules for how to move patches around:
backports.


### Policies for changing Rust edition and minimum Rust version

At the time of writing we require:
- 2021 edition of Rust
- Rust 1.59.0, released 2022-02-24 (can be found with `cargo msrv find`)

Policy for changing the minimum Rust version:
- Open a GitHub issue and motivate the change
- Once we reach agreement in the issue discussion:
- Update the version inside the test workflow [test-minimal.yml](.github/workflows/test-minimal.yml)
- Update the documentation (this section)


## Changelog

### Changes in v0.13.x-devel (on `main`)

Version in progress, no changes as of yet.
Expand Down

0 comments on commit b4b44c2

Please sign in to comment.