From 96e891c89a4fc6fc1891de775e2e9ce4a2fe04a2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 1 Mar 2024 10:29:10 -0600 Subject: [PATCH] chore: Remove metadata from version requirement --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81a8054fee4..09dd6c801eb 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.46" -curl-sys = "0.4.72+curl-8" +curl-sys = "0.4.72" filetime = "0.2.23" flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] } git2 = "0.18.2"