mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-23 20:43:56 +00:00
cargo: point test-case
dependency to my fork
This is work around frondeus/test-case#66 until my pull request (or other fix) gets accepted.
This commit is contained in:
parent
40a25d4f59
commit
f2100ed533
3 changed files with 3 additions and 4 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -1249,8 +1249,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "test-case"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "956044ef122917dde830c19dec5f76d0670329fde4104836d62ebcb14f4865f1"
|
||||
source = "git+https://github.com/martinvonz/test-case?branch=remove-unneeded-unit-expression#70d8e8181840414e74c45f0115eeaa24c2c2905b"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"proc-macro2",
|
||||
|
|
|
@ -44,5 +44,5 @@ uuid = { version = "0.8.1", features = ["v4"] }
|
|||
zstd = "0.6.0"
|
||||
|
||||
[dev-dependencies]
|
||||
test-case = "1.0.0"
|
||||
test-case = { git= "https://github.com/martinvonz/test-case", branch="remove-unneeded-unit-expression" }
|
||||
regex = "1.4.2"
|
||||
|
|
|
@ -41,4 +41,4 @@ zstd = "0.6.0"
|
|||
|
||||
[dev-dependencies]
|
||||
num_cpus = "1.13.0"
|
||||
test-case = "1.0.0"
|
||||
test-case = { git= "https://github.com/martinvonz/test-case", branch="remove-unneeded-unit-expression" }
|
||||
|
|
Loading…
Reference in a new issue