Fix crossbeam-channel crate name (#53)

This commit is contained in:
John Wood 2022-12-20 15:08:33 -08:00 committed by GitHub
parent 3af388ceb6
commit 75ab5af4ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -937,7 +937,7 @@
"notes": "The absolute fastest channel implementation available. Implements Go-like 'select' feature." "notes": "The absolute fastest channel implementation available. Implements Go-like 'select' feature."
}, { }, {
"name": "flume", "name": "flume",
"notes": "Smaller and simpler than crossbeam_channel and almost as fast" "notes": "Smaller and simpler than crossbeam-channel and almost as fast"
}, },
{ {
"name": "postage", "name": "postage",