mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Auto merge of #14160 - klensy:gix-rev, r=ehuss
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.
This commit is contained in:
commit
942536ce83
@ -46,7 +46,7 @@ filetime = "0.2.23"
|
|||||||
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] }
|
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] }
|
||||||
git2 = "0.19.0"
|
git2 = "0.19.0"
|
||||||
git2-curl = "0.20.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"
|
glob = "0.3.1"
|
||||||
handlebars = { version = "5.1.2", features = ["dir_source"] }
|
handlebars = { version = "5.1.2", features = ["dir_source"] }
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
@ -239,6 +239,7 @@ features = [
|
|||||||
annotate-snippets = { workspace = true, features = ["testing-colors"] }
|
annotate-snippets = { workspace = true, features = ["testing-colors"] }
|
||||||
cargo-test-macro.workspace = true
|
cargo-test-macro.workspace = true
|
||||||
cargo-test-support.workspace = true
|
cargo-test-support.workspace = true
|
||||||
|
gix = { workspace = true, features = ["revision"] }
|
||||||
same-file.workspace = true
|
same-file.workspace = true
|
||||||
snapbox.workspace = true
|
snapbox.workspace = true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user