mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-29 02:54:04 +00:00
cargo: remove unused 'test-case' dev dependency
This commit is contained in:
parent
74bff5c916
commit
f986415ef7
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -825,7 +825,6 @@ dependencies = [
|
|||
"serde",
|
||||
"slab",
|
||||
"tempfile",
|
||||
"test-case",
|
||||
"testutils",
|
||||
"textwrap 0.16.0",
|
||||
"thiserror",
|
||||
|
|
|
@ -73,7 +73,6 @@ criterion_bencher_compat = "0.4.0"
|
|||
insta = { version = "1.26.0", features = ["filters"] }
|
||||
predicates = "2.1.5"
|
||||
regex = "1.7.1"
|
||||
test-case = "2.2.2"
|
||||
testutils = { path = "lib/testutils" }
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue