We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3d104 commit fe44e5dCopy full SHA for fe44e5d
src/bootstrap/Cargo.toml
@@ -33,7 +33,7 @@ build_helper = { path = "../build_helper" }
33
cmake = "0.1.23"
34
filetime = "0.1"
35
num_cpus = "1.0"
36
-getopts = "0.2"
+getopts = "0.2.17"
37
cc = "1.0.1"
38
libc = "0.2"
39
serde = "1.0.8"
src/libtest/Cargo.toml
@@ -9,5 +9,5 @@ path = "lib.rs"
9
crate-type = ["dylib", "rlib"]
10
11
[dependencies]
12
13
term = { path = "../libterm" }
src/tools/compiletest/Cargo.toml
@@ -7,7 +7,7 @@ version = "0.0.0"
7
diff = "0.1.10"
8
env_logger = { version = "0.5", default-features = false }
log = "0.4"
regex = "0.2"
serde = "1.0"
0 commit comments