1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00

update filedescriptor crate

Pick up this fix to avoid hanging when closing out a mux'd tab:
bd4df51948
This commit is contained in:
Wez Furlong 2019-07-16 00:30:53 -07:00
parent 8cc5f33600
commit 919c4d96e8

View File

@ -19,7 +19,7 @@ crossbeam-channel = "0.3"
dirs = "1.0"
downcast-rs = "1.0"
euclid = "0.19"
filedescriptor = "0.4"
filedescriptor = "0.5"
pretty_env_logger = "0.3"
failure = "0.1"
failure_derive = "0.1"