m: Bump MSRV to 1.59

Since concurrent-queue has bumped its MSRV, we must follow.

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-09-25 10:34:28 -07:00 committed by GitHub
parent 6b7eb25ac8
commit 2f6c08f013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ jobs:
matrix:
# When updating this, the reminder to update the minimum supported
# Rust version in Cargo.toml.
rust: ['1.56']
rust: ['1.59']
steps:
- uses: actions/checkout@v4
- name: Install Rust

View File

@ -6,7 +6,7 @@ name = "blocking"
version = "1.3.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.56"
rust-version = "1.59"
description = "A thread pool for isolating blocking I/O in async programs"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/blocking"