From 9be68804bae9833a4749377e05bfaebf7d64f2b1 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 8 Apr 2025 16:48:57 +0200 Subject: only checkout repo if clean --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 912aafb..71e81ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ once_cell = "1" gitlab = "0.1710" graphql_client = "0.14" -gix = { version = "0.70", default-features = false, features = [ +gix = { version = "0.71", default-features = false, features = [ "status", "index", "credentials", -- cgit v1.2.3