Update getopts to 0.2.19

This commit is contained in:
varkor 2019-05-02 10:32:56 +01:00
parent d54cf00c77
commit ecd046817b
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ build_helper = { path = "../build_helper" }
cmake = "0.1.38"
filetime = "0.2"
num_cpus = "1.0"
getopts = "0.2.18"
getopts = "0.2.19"
cc = "1.0.35"
libc = "0.2"
serde = "1.0.8"

View File

@ -10,7 +10,7 @@ path = "lib.rs"
crate-type = ["dylib", "rlib"]
[dependencies]
getopts = "0.2.18"
getopts = "0.2.19"
term = { path = "../libterm" }
# not actually used but needed to always have proc_macro in the sysroot