Skip to content

Commit

Permalink
docs(contrib): add Minimum Support Rust Version (MSRV) policy
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 21, 2021
1 parent 3908eeb commit ecd5dc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- stable
- beta
- nightly
- 1.46
- 1.46 # keep in sync with MSRV.md dev doc

os:
- ubuntu-latest
Expand Down
9 changes: 9 additions & 0 deletions dev/MSRV.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Minimum Support Rust Version (MSRV)

hyper's current policy is to always support a Rust version at least 6 months
old. That is, a compiler version released within the last 6 months can compile
hyper. It is possible that an older compiler can work, but that is not
guaranteed. We try to increase the MSRV responsibly, only when a significant
new feature is needed.

The current MSRV is: **1.46**.

0 comments on commit ecd5dc1

Please sign in to comment.