mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-19 19:08:08 +00:00
cargo: downgrade gix
to 0.61.0
The latest version `0.61.1` was yanked, and there hasn't been an update yet. This should unblock the CI system. Signed-off-by: Austin Seipp <aseipp@pobox.com> Change-Id: I70d73ac297d7fc055d2d6551e581c6767b3db597
This commit is contained in:
parent
63771d6e84
commit
44108ab3a3
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -945,9 +945,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gix"
|
name = "gix"
|
||||||
version = "0.61.1"
|
version = "0.61.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d03e6e306a2c85bcd8e1de93dfd061531068ccd45eb05633d80c7e93f7e55fb9"
|
checksum = "e4e0e59a44bf00de058ee98d6ecf3c9ed8f8842c1da642258ae4120d41ded8f7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"gix-actor",
|
"gix-actor",
|
||||||
"gix-commitgraph",
|
"gix-commitgraph",
|
||||||
|
|
|
@ -48,7 +48,7 @@ either = "1.10.0"
|
||||||
esl01-renderdag = "0.3.0"
|
esl01-renderdag = "0.3.0"
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
git2 = "0.18.3"
|
git2 = "0.18.3"
|
||||||
gix = { version = "0.61.1", default-features = false, features = [
|
gix = { version = "0.61.0", default-features = false, features = [
|
||||||
"index",
|
"index",
|
||||||
"max-performance-safe",
|
"max-performance-safe",
|
||||||
] }
|
] }
|
||||||
|
|
Loading…
Reference in a new issue