docs(dev): rename dev docs directory to 'docs'

This commit is contained in:
Sean McArthur
2021-12-09 17:02:25 -08:00
parent 41dee4a79b
commit 9ee73231cc
4 changed files with 1 additions and 1 deletions

9
docs/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**.