Fix crossterm compilation on macOS

This commit is contained in:
Blaž Hrastnik 2024-08-07 06:46:59 +09:00
parent 70918570a9
commit 6ba46e5cbf
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View file

@ -271,6 +271,7 @@ dependencies = [
"crossterm_winapi",
"filedescriptor",
"futures-core",
"libc",
"mio",
"parking_lot",
"rustix",