From 29ee35a9b3b1b15bf98a9611eacf810e2f0910e6 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 5 Feb 2024 13:17:42 -0800 Subject: [PATCH] Remove build metadata from curl-sys version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56a681b5f97..488f53cedc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ core-foundation = { version = "0.9.4", features = ["mac_os_10_7_support"] } crates-io = { version = "0.40.0", path = "crates/crates-io" } criterion = { version = "0.5.1", features = ["html_reports"] } curl = "0.4.44" -curl-sys = "0.4.71+curl-8" +curl-sys = "0.4.71" filetime = "0.2.23" flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] } git2 = "0.18.1"