diff options
| author | varkor <github@varkor.com> | 2019-04-30 20:37:36 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-05-02 21:47:14 +0100 |
| commit | e72f7e1e56404b2b7d62c02e625e97e2b0ff6c26 (patch) | |
| tree | bb0f96cd8e185f3f6377db926eecdcad20045497 /src/libtest | |
| parent | e5828d4dc023e337b0ad7cc43dd173fc407c9123 (diff) | |
| download | rust-e72f7e1e56404b2b7d62c02e625e97e2b0ff6c26.tar.gz rust-e72f7e1e56404b2b7d62c02e625e97e2b0ff6c26.zip | |
Update getopts to 0.2.18
This is a proof-of-concept that the dependency unification fix works.
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/Cargo.toml b/src/libtest/Cargo.toml index 10bdd6e877c..2e836b6772f 100644 --- a/src/libtest/Cargo.toml +++ b/src/libtest/Cargo.toml @@ -10,7 +10,7 @@ path = "lib.rs" crate-type = ["dylib", "rlib"] [dependencies] -getopts = "0.2" +getopts = "0.2.18" term = { path = "../libterm" } # not actually used but needed to always have proc_macro in the sysroot |
