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

pin structopt more precisely so that the vergen patch stays working

Upstream bumped versions and this is causing warnings in CI
This commit is contained in:
Wez Furlong 2019-06-26 21:07:39 -07:00
parent 9a7edb7147
commit 086e9e9b64

View File

@ -41,7 +41,7 @@ ratelimit_meter = "4.1"
rayon = "1.0"
serde = {version="1.0", features = ["rc"]}
serde_derive = "1.0"
structopt = "0.2"
structopt = "0.2.17"
tabout = { path = "tabout" }
term = { path = "term" }
termwiz = { path = "termwiz"}