Skip to content

Commit 0202646

Browse files
committed
auto merge of #878 : alexcrichton/cargo/update-curl, r=brson
Closes #873
2 parents 56852db + 6f872f5 commit 0202646

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ git = "https://github.com/servo/rust-url"
2525
git = "https://github.com/rust-lang/semver"
2626

2727
[dependencies.curl]
28-
git = "https://github.com/alexcrichton/curl-rust"
29-
branch = "build-cmd"
28+
git = "https://github.com/carllerche/curl-rust"
3029

3130
[dependencies.tar]
3231
git = "https://github.com/alexcrichton/tar-rs"

src/registry/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ name = "registry"
88
path = "lib.rs"
99

1010
[dependencies.curl]
11-
git = "https://github.com/alexcrichton/curl-rust"
12-
branch = "build-cmd"
11+
git = "https://github.com/carllerche/curl-rust"

0 commit comments

Comments
 (0)