mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-26 05:30:17 +00:00
Fix crossbeam-channel crate name (#53)
This commit is contained in:
parent
3af388ceb6
commit
75ab5af4ca
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@
|
|||
"notes": "The absolute fastest channel implementation available. Implements Go-like 'select' feature."
|
||||
}, {
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue