diff options
author | Pascal Kuthe | 2022-09-23 06:58:00 +0000 |
---|---|---|
committer | GitHub | 2022-09-23 06:58:00 +0000 |
commit | 4133f1f424c6a9da71cab65dc9541e6d941ec603 (patch) | |
tree | 7079d0623737e31d5e9872b7a9f4dcda00be12dd /docs | |
parent | eb6fd283dcf041ecf822fd8f2d4520abb2a26df9 (diff) |
Document MSRV policy (#3913)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CONTRIBUTING.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index e7b39b06..353cb4fd 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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 |