m: Bump MSRV to 1.61

Due to crossbeam-rs/crossbeam#1037

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-12-16 09:04:58 -08:00 committed by GitHub
parent ba51f6e942
commit 79b9292d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -7,10 +7,10 @@ version = "2.4.0"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Taiki Endo <te316e89@gmail.com>",
"John Nunley <jtnunley01@gmail.com>"
"John Nunley <dev@notgull.net>"
]
edition = "2018"
rust-version = "1.59"
rust-version = "1.61"
description = "Concurrent multi-producer multi-consumer queue"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/concurrent-queue"