mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
cargo: update test-case
to 1.2.0 now that frondeus/test-case#66 is fixed
This commit is contained in:
parent
7effefa802
commit
720677c7f3
3 changed files with 5 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -1248,8 +1248,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "test-case"
|
name = "test-case"
|
||||||
version = "1.1.0"
|
version = "1.2.0"
|
||||||
source = "git+https://github.com/martinvonz/test-case?branch=remove-unneeded-unit-expression#70d8e8181840414e74c45f0115eeaa24c2c2905b"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "3b114ece25254e97bf48dd4bfc2a12bad0647adacfe4cae1247a9ca6ad302cec"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
|
|
@ -44,5 +44,5 @@ uuid = { version = "0.8.1", features = ["v4"] }
|
||||||
zstd = "0.6.0"
|
zstd = "0.6.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test-case = { git= "https://github.com/martinvonz/test-case", branch="remove-unneeded-unit-expression" }
|
test-case = "1.2.0"
|
||||||
regex = "1.4.2"
|
regex = "1.4.2"
|
||||||
|
|
|
@ -41,4 +41,4 @@ zstd = "0.6.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
num_cpus = "1.13.0"
|
num_cpus = "1.13.0"
|
||||||
test-case = { git= "https://github.com/martinvonz/test-case", branch="remove-unneeded-unit-expression" }
|
test-case = "1.2.0"
|
||||||
|
|
Loading…
Reference in a new issue