diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a215c3f2..5f95a93db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index f49297b10..8bb1c56fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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. diff --git a/README.md b/README.md index 190e7243c..fa40a5637 100644 --- a/README.md +++ b/README.md @@ -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