From c75361240882e0e9943f4877fff511f78ff879f0 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 3 Aug 2023 15:14:50 -0700 Subject: [PATCH] Remove build metadata from libgit2-sys dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1bfa0016..7239ab920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ jobserver = "0.1.26" lazy_static = "1.4.0" lazycell = "1.3.0" libc = "0.2.147" -libgit2-sys = "0.15.2+1.6.4" +libgit2-sys = "0.15.2" log = "0.4.19" memchr = "2.5.0" miow = "0.5.0"