about summary refs log tree commit diff
path: root/src/libtest
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtest')
-rw-r--r--src/libtest/Cargo.toml2
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