Skip to content

Commit

Permalink
Reduce MSRV to v1.70
Browse files Browse the repository at this point in the history
Released on 1 June 2023, gives us 1 year of supported Rust versions.
  • Loading branch information
Thomasdezeeuw committed Jun 14, 2024
1 parent 32678fb commit 1c953b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.74.0
toolchain: 1.70
- name: Check
# We only run check allowing us to use newer features in tests.
run: cargo check --all-features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
edition = "2021"
rust-version = "1.74"
rust-version = "1.70"
name = "mio"
# When releasing to crates.io:
# - Update CHANGELOG.md.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Rust version can an older minor version instead. Below is a list of Mio versions
and their MSRV:

* v0.8: Rust 1.46.
* v1.0: Rust 1.74.
* v1.0: Rust 1.70.

Note however that Mio also has dependencies, which might have different MSRV
policies. We try to stick to the above policy when updating dependencies, but
Expand Down

0 comments on commit 1c953b3

Please sign in to comment.