forked from kemitix/git-next
chore: remove unused dependency anyhow
This commit is contained in:
parent
f56ac321f4
commit
f1a6d5089b
4 changed files with 0 additions and 4 deletions
|
@ -78,4 +78,3 @@ tokio = { version = "1.37" }
|
||||||
assert2 = "0.3"
|
assert2 = "0.3"
|
||||||
pretty_assertions = "1.4"
|
pretty_assertions = "1.4"
|
||||||
test-log = { version = "0.2", features = ["trace"] }
|
test-log = { version = "0.2", features = ["trace"] }
|
||||||
anyhow = "1.0"
|
|
||||||
|
|
|
@ -60,7 +60,6 @@ derive_more = { workspace = true }
|
||||||
assert2 = { workspace = true }
|
assert2 = { workspace = true }
|
||||||
pretty_assertions = { workspace = true }
|
pretty_assertions = { workspace = true }
|
||||||
# test-log = { workspace = true }
|
# test-log = { workspace = true }
|
||||||
# anyhow = { workspace = true }
|
|
||||||
|
|
||||||
[lints.clippy]
|
[lints.clippy]
|
||||||
nursery = { level = "warn", priority = -1 }
|
nursery = { level = "warn", priority = -1 }
|
||||||
|
|
|
@ -62,7 +62,6 @@ derive_more = { workspace = true }
|
||||||
# assert2 = { workspace = true }
|
# assert2 = { workspace = true }
|
||||||
# pretty_assertions = { workspace = true }
|
# pretty_assertions = { workspace = true }
|
||||||
# test-log = { workspace = true }
|
# test-log = { workspace = true }
|
||||||
# anyhow = { workspace = true }
|
|
||||||
|
|
||||||
[lints.clippy]
|
[lints.clippy]
|
||||||
nursery = { level = "warn", priority = -1 }
|
nursery = { level = "warn", priority = -1 }
|
||||||
|
|
|
@ -63,7 +63,6 @@ tokio = { workspace = true }
|
||||||
assert2 = { workspace = true }
|
assert2 = { workspace = true }
|
||||||
pretty_assertions = { workspace = true }
|
pretty_assertions = { workspace = true }
|
||||||
test-log = { workspace = true }
|
test-log = { workspace = true }
|
||||||
anyhow = { workspace = true }
|
|
||||||
|
|
||||||
[lints.clippy]
|
[lints.clippy]
|
||||||
nursery = { level = "warn", priority = -1 }
|
nursery = { level = "warn", priority = -1 }
|
||||||
|
|
Loading…
Reference in a new issue