Skip to content

Commit 4454bd0

Browse files
committed
Document MSRV policy
1 parent 5467c65 commit 4454bd0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.59.0"
2+
channel = "1.61.0"
33
components = ["rustfmt", "rust-src"]

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ Helix can be installed on MacOS through homebrew:
7676
brew install helix
7777
```
7878

79+
## Minimum Stable Rust Version (MSRV) Policy
80+
81+
Helix follows the MSRV of firefox.
82+
The current MSRV and future changes to the MSRV are listed in the [firefox documentation](https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html).
83+
7984
# Contributing
8085

8186
Contributing guidelines can be found [here](./docs/CONTRIBUTING.md).

0 commit comments

Comments
 (0)