Skip to content

Commit 79b9292

Browse files
authored
m: Bump MSRV to 1.61
Due to crossbeam-rs/crossbeam#1037 Signed-off-by: John Nunley <[email protected]>
1 parent ba51f6e commit 79b9292

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
matrix:
5858
# When updating this, the reminder to update the minimum supported
5959
# Rust version in Cargo.toml.
60-
rust: ['1.59']
60+
rust: ['1.61']
6161
steps:
6262
- uses: actions/checkout@v4
6363
- name: Install Rust

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ version = "2.4.0"
77
authors = [
88
"Stjepan Glavina <[email protected]>",
99
"Taiki Endo <[email protected]>",
10-
"John Nunley <[email protected]>"
10+
"John Nunley <[email protected]>"
1111
]
1212
edition = "2018"
13-
rust-version = "1.59"
13+
rust-version = "1.61"
1414
description = "Concurrent multi-producer multi-consumer queue"
1515
license = "Apache-2.0 OR MIT"
1616
repository = "https://github.com/smol-rs/concurrent-queue"

0 commit comments

Comments
 (0)