Skip to content

Commit

Permalink
Document MSRV policy
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalkuthe committed Sep 20, 2022
1 parent 5467c65 commit 4454bd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msrv-rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.59.0"
channel = "1.61.0"
components = ["rustfmt", "rust-src"]
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ Helix can be installed on MacOS through homebrew:
brew install helix
```

## 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](https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html).

# Contributing

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

0 comments on commit 4454bd0

Please sign in to comment.