1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00

remove unused rayon dep

This commit is contained in:
Wez Furlong 2019-12-15 15:32:22 -08:00
parent ff4f0add98
commit d4fcd9432a

View File

@ -41,7 +41,6 @@ palette = "0.4"
portable-pty = { path = "pty", features = ["serde_support", "ssh"]}
promise = { path = "promise" }
ratelimit_meter = "5.0"
rayon = "1.0"
serde = {version="1.0", features = ["rc"]}
serde_derive = "1.0"
serial = "0.4"