Skip to content

Commit

Permalink
Bump MSRV to 1.61
Browse files Browse the repository at this point in the history
This prevents memchr compile errors for now.

Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Sep 2, 2023
1 parent 7fa2c31 commit 1639427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
# When updating this, the reminder to update the minimum supported
# Rust version in Cargo.toml.
rust: ['1.48']
rust: ['1.61']
steps:
- uses: actions/checkout@v3
- name: Install Rust
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
"Contributors to futures-rs",
]
edition = "2018"
rust-version = "1.48"
rust-version = "1.61"
description = "Futures, streams, and async I/O combinators"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/futures-lite"
Expand Down

0 comments on commit 1639427

Please sign in to comment.