From 64493356357f0cfb9a7bd81ed8f05647b218d639 Mon Sep 17 00:00:00 2001 From: klensy Date: Thu, 27 Jun 2024 15:59:28 +0300 Subject: [PATCH] gix: remove revision feature --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d67a2539528..38ff07c2cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ filetime = "0.2.23" flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] } git2 = "0.19.0" git2-curl = "0.20.0" -gix = { version = "0.63.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision", "parallel", "dirwalk"] } +gix = { version = "0.63.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "parallel", "dirwalk"] } glob = "0.3.1" handlebars = { version = "5.1.2", features = ["dir_source"] } hex = "0.4.3" @@ -239,6 +239,7 @@ features = [ annotate-snippets = { workspace = true, features = ["testing-colors"] } cargo-test-macro.workspace = true cargo-test-support.workspace = true +gix = { workspace = true, features = ["revision"] } same-file.workspace = true snapbox.workspace = true