Skip to content

Commit c622b38

Browse files
committed
Revert bundled curl back to 7.68.0
Looks like 7.69.0 had a bug affecting Cargo (rust-lang/cargo#7974), so let's wait for the next release.
1 parent b776087 commit c622b38

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl"
3-
version = "0.4.26"
3+
version = "0.4.27"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT"
66
repository = "https://github.com/alexcrichton/curl-rust"
@@ -16,7 +16,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
1616

1717
[dependencies]
1818
libc = "0.2.42"
19-
curl-sys = { path = "curl-sys", version = "0.4.27", default-features = false }
19+
curl-sys = { path = "curl-sys", version = "0.4.28", default-features = false }
2020
socket2 = "0.3.7"
2121

2222
# Unix platforms use OpenSSL for now to provide SSL functionality

curl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl-sys"
3-
version = "0.4.28+curl-7.69.0"
3+
version = "0.4.29+curl-7.68.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
links = "curl"
66
build = "build.rs"

curl-sys/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ fn main() {
175175
.file("curl/lib/parsedate.c")
176176
.file("curl/lib/progress.c")
177177
.file("curl/lib/rand.c")
178-
.file("curl/lib/rename.c")
179178
.file("curl/lib/select.c")
180179
.file("curl/lib/sendf.c")
181180
.file("curl/lib/setopt.c")

curl-sys/curl

Submodule curl updated 307 files

0 commit comments

Comments
 (0)