You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,11 @@ Helix can be installed on MacOS through homebrew:
76
76
brew install helix
77
77
```
78
78
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
+
79
84
# Contributing
80
85
81
86
Contributing guidelines can be found [here](./docs/CONTRIBUTING.md).
0 commit comments