mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +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:
parent
9a7edb7147
commit
086e9e9b64
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user