Skip to content

Commit

Permalink
docs: update MSRV policy
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jun 15, 2024
1 parent 30861a5 commit c8529f0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This repository contains the following crates:
[`sol!`]: https://docs.rs/alloy-sol-macro/latest/alloy_sol_macro/macro.sol.html
[`syn`]: https://github.com/dtolnay/syn

## Supported Rust Versions
## Supported Rust Versions (MSRV)

<!--
When updating this, also update:
Expand All @@ -56,12 +56,14 @@ When updating this, also update:
- .github/workflows/ci.yml
-->

Alloy will keep a rolling MSRV (minimum supported rust version) policy of **at
least** 6 months. When increasing the MSRV, the new Rust version must have been
released at least six months ago. The current MSRV is 1.65.0.
The current MSRV (minimum supported rust version) is 1.65.

Note that the MSRV is not increased automatically, and only as part of a minor
release.
Alloy will keep a rolling MSRV policy of **at least** two versions behind the
latest stable release (so if the latest stable release is 1.58, we would
support 1.56).

Note that the MSRV is not increased automatically, and only as part of a patch
(pre-1.0) or minor (post-1.0) release.

## Contributing

Expand Down

0 comments on commit c8529f0

Please sign in to comment.