docs(contrib): add Minimum Support Rust Version (MSRV) policy

This commit is contained in:
Sean McArthur
2021-09-21 15:47:09 -07:00
parent 3908eeb788
commit ecd5dc1034
2 changed files with 10 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ jobs:
- stable - stable
- beta - beta
- nightly - nightly
- 1.46 - 1.46 # keep in sync with MSRV.md dev doc
os: os:
- ubuntu-latest - ubuntu-latest

9
dev/MSRV.md Normal file
View File

@@ -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**.