mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Document MSRV policy (#3913)
This commit is contained in:
parent
eb6fd283dc
commit
4133f1f424
5 changed files with 7 additions and 15 deletions
|
@ -37,6 +37,12 @@ contributors are strongly encouraged to write integration tests for their code.
|
|||
Existing tests can be used as examples. Helpers can be found in
|
||||
[helpers.rs][helpers.rs]
|
||||
|
||||
## Minimum Stable Rust Version (MSRV) Policy
|
||||
|
||||
Helix follows the MSRV of Firefox.
|
||||
The current MSRV and future changes to the MSRV are listed in the [Firefox documentation].
|
||||
|
||||
[Firefox documentation]: https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html
|
||||
[good-first-issue]: https://github.com/helix-editor/helix/labels/E-easy
|
||||
[log-file]: https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file
|
||||
[architecture.md]: ./architecture.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue