mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-26 21:50:20 +00:00
Update memory mapping recommendation to memmap2
This commit is contained in:
parent
0ae4ab9ffd
commit
0655502b0a
1 changed files with 2 additions and 2 deletions
|
@ -199,8 +199,8 @@
|
|||
{
|
||||
"name": "Memory mapping files",
|
||||
"crates": [{
|
||||
"name": "memmap",
|
||||
"notes": ""
|
||||
"name": "memmap2",
|
||||
"notes": "The older memmap crate is unmaintained."
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue