aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2025-04-08 16:48:57 +0200
committerMax Audron <audron@cocaine.farm>2025-04-08 16:48:57 +0200
commit9be68804bae9833a4749377e05bfaebf7d64f2b1 (patch)
tree5231887860d2cded23a931ea8d76a6c07d54c72c /Cargo.toml
parentdelete files removed from index during checkout (diff)
only checkout repo if clean
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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",