Skip to content

Commit

Permalink
Note that we will never change MSRV in a patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Nov 20, 2020
1 parent b5c0906 commit 6345459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ isahc = "0.9"

The minimum supported Rust version (or _MSRV_) for Isahc is **stable Rust 1.41 or greater**, meaning we only guarantee that Isahc will compile if you use a rustc version of at least 1.41. It might compile with older versions but that could change at any time.

This version is explicitly tested in CI and may only be bumped in new minor versions. Any changes to the supported minimum version will be called out in the release notes.

## Project goals

- Create an ergonomic and innovative HTTP client API that is easy for beginners to use, and flexible for advanced uses.
Expand Down

0 comments on commit 6345459

Please sign in to comment.