forked from smol-rs/concurrent-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Due to crossbeam-rs/crossbeam#1037 Signed-off-by: John Nunley <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ version = "2.4.0" | |
authors = [ | ||
"Stjepan Glavina <[email protected]>", | ||
"Taiki Endo <[email protected]>", | ||
"John Nunley <[email protected]>" | ||
"John Nunley <[email protected]>" | ||
] | ||
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" | ||
|