Skip to content

Commit e3de3bf

Browse files
committed
Auto merge of #13401 - ehuss:fix-curl-version, r=epage
Remove build metadata from curl-sys version. #13379 added the build metadata to the curl-sys version, but cargo spits a warning that you shouldn't do that. It also didn't add the metadata correctly, as the version is `+curl-8.6.0`. This removes that, since it isn't needed.
2 parents a03a7f6 + 29ee35a commit e3de3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ core-foundation = { version = "0.9.4", features = ["mac_os_10_7_support"] }
4141
crates-io = { version = "0.40.0", path = "crates/crates-io" }
4242
criterion = { version = "0.5.1", features = ["html_reports"] }
4343
curl = "0.4.44"
44-
curl-sys = "0.4.71+curl-8"
44+
curl-sys = "0.4.71"
4545
filetime = "0.2.23"
4646
flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] }
4747
git2 = "0.18.1"

0 commit comments

Comments
 (0)