about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2019-04-30 20:37:36 +0100
committervarkor <github@varkor.com>2019-05-02 21:47:14 +0100
commite72f7e1e56404b2b7d62c02e625e97e2b0ff6c26 (patch)
treebb0f96cd8e185f3f6377db926eecdcad20045497 /src/bootstrap
parente5828d4dc023e337b0ad7cc43dd173fc407c9123 (diff)
downloadrust-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/bootstrap')
-rw-r--r--src/bootstrap/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml
index d4ffd4ad396..9a410c339bf 100644
--- a/src/bootstrap/Cargo.toml
+++ b/src/bootstrap/Cargo.toml
@@ -39,7 +39,7 @@ build_helper = { path = "../build_helper" }
 cmake = "0.1.38"
 filetime = "0.2"
 num_cpus = "1.0"
-getopts = "0.2"
+getopts = "0.2.18"
 cc = "1.0.35"
 libc = "0.2"
 serde = "1.0.8"