Skip to content

Commit 9af99b8

Browse files
committed
Document MSRV
Closes #113
1 parent a91ee90 commit 9af99b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ $ cargo add async-h1
5050
This crate uses ``#![forbid(unsafe_code)]`` to ensure everything is implemented in
5151
100% Safe Rust.
5252

53+
## Minimum Supported Rust Version
54+
55+
Given the rapidly improving nature of async Rust, only `async-h1` guarantees
56+
it will work on the latest stable Rust compiler. Currently `async-h1` should
57+
compiler on `rustc 1.40.0` and above, but we reserve the right to upgrade the
58+
minimum Rust version outside of major releases. If upgrading stable compiler
59+
versions is an issue we recommend pinning the version of `async-h1`.
60+
5361
## Contributing
5462
Want to join us? Check out our ["Contributing" guide][contributing] and take a
5563
look at some of these issues:

0 commit comments

Comments
 (0)