Skip to content

Commit 6449335

Browse files
committed
gix: remove revision feature
1 parent 0664c7e commit 6449335

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ filetime = "0.2.23"
4646
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] }
4747
git2 = "0.19.0"
4848
git2-curl = "0.20.0"
49-
gix = { version = "0.63.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision", "parallel", "dirwalk"] }
49+
gix = { version = "0.63.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "parallel", "dirwalk"] }
5050
glob = "0.3.1"
5151
handlebars = { version = "5.1.2", features = ["dir_source"] }
5252
hex = "0.4.3"
@@ -239,6 +239,7 @@ features = [
239239
annotate-snippets = { workspace = true, features = ["testing-colors"] }
240240
cargo-test-macro.workspace = true
241241
cargo-test-support.workspace = true
242+
gix = { workspace = true, features = ["revision"] }
242243
same-file.workspace = true
243244
snapbox.workspace = true
244245

0 commit comments

Comments
 (0)