We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54cf00 commit ecd0468Copy full SHA for ecd0468
src/bootstrap/Cargo.toml
@@ -39,7 +39,7 @@ build_helper = { path = "../build_helper" }
39
cmake = "0.1.38"
40
filetime = "0.2"
41
num_cpus = "1.0"
42
-getopts = "0.2.18"
+getopts = "0.2.19"
43
cc = "1.0.35"
44
libc = "0.2"
45
serde = "1.0.8"
src/libtest/Cargo.toml
@@ -10,7 +10,7 @@ path = "lib.rs"
10
crate-type = ["dylib", "rlib"]
11
12
[dependencies]
13
14
term = { path = "../libterm" }
15
16
# not actually used but needed to always have proc_macro in the sysroot
0 commit comments