Relax MSRV to 1.60

https://github.com/crossbeam-rs/crossbeam/pull/1056
This commit is contained in:
Taiki Endo 2024-01-07 01:54:53 +09:00
parent 9f6f5d3188
commit e7c2115f62
1 changed files with 1 additions and 1 deletions

View File

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