Skip to content

Commit fe44e5d

Browse files
committed
bump getopts for NLL
1 parent 9b3d104 commit fe44e5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.5", 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
serde = "1.0"

0 commit comments

Comments
 (0)