Skip to content

Commit 555fcca

Browse files
committed
bump getopts for NLL
1 parent 6e344d1 commit 555fcca

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

src/Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bootstrap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build_helper = { path = "../build_helper" }
3333
cmake = "0.1.23"
3434
filetime = "0.1"
3535
num_cpus = "1.0"
36-
getopts = "0.2"
36+
getopts = "0.2.17"
3737
cc = "1.0.1"
3838
libc = "0.2"
3939
serde = "1.0.8"

src/libtest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ path = "lib.rs"
99
crate-type = ["dylib", "rlib"]
1010

1111
[dependencies]
12-
getopts = "0.2"
12+
getopts = "0.2.17"
1313
term = { path = "../libterm" }

src/tools/compiletest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.0.0"
77
diff = "0.1.10"
88
env_logger = { version = "0.4", default-features = false }
99
filetime = "0.1"
10-
getopts = "0.2"
10+
getopts = "0.2.17"
1111
log = "0.4"
1212
regex = "0.2"
1313
rustc-serialize = "0.3"

0 commit comments

Comments
 (0)