Skip to content

Commit

Permalink
Auto merge of #14160 - klensy:gix-rev, r=ehuss
Browse files Browse the repository at this point in the history
gix: remove `revision` feature from cargo

Feature was added in #12731, but cargo builds without it and looks like used in tests only, so unset it.
  • Loading branch information
bors committed Jun 27, 2024
2 parents 0664c7e + 6449335 commit 942536c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 942536c

Please sign in to comment.