Skip to content

Commit cac51be

Browse files
authored
Merge pull request #127 from jbr/copyedit-msrv
copyedit msrv text
2 parents d87129e + b3fb7c0 commit cac51be

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ This crate uses ``#![forbid(unsafe_code)]`` to ensure everything is implemented
5252

5353
## Minimum Supported Rust Version
5454

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`.
55+
Given the rapidly-improving nature of async Rust, `async-h1` only
56+
guarantees it will work on the latest stable Rust compiler. Currently
57+
`async-h1` compiles on `rustc 1.40.0` and above, but we reserve the
58+
right to upgrade the minimum Rust version outside of major
59+
releases. If upgrading stable compiler versions is an issue we
60+
recommend pinning the version of `async-h1`.
6061

6162
## Contributing
6263
Want to join us? Check out our ["Contributing" guide][contributing] and take a

0 commit comments

Comments
 (0)