Skip to content

Commit

Permalink
Auto merge of #9920 - ehuss:revert-curl-sys, r=alexcrichton
Browse files Browse the repository at this point in the history
Temporarily revert curl-sys update.

This reverts curl-sys to the previously working version, with the intent to get nightly working again until 7.79.1 is published next week.

Fixes #9919
  • Loading branch information
bors committed Sep 18, 2021
2 parents 33ee5f8 + 637ee66 commit ef5d1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
crates-io = { path = "crates/crates-io", version = "0.33.0" }
crossbeam-utils = "0.8"
curl = { version = "0.4.38", features = ["http2"] }
curl-sys = "0.4.47"
curl-sys = "0.4.45"
env_logger = "0.9.0"
pretty_env_logger = { version = "0.4", optional = true }
anyhow = "1.0"
Expand Down

0 comments on commit ef5d1d2

Please sign in to comment.