mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
remove unused dep
This commit is contained in:
parent
adede8db5c
commit
c72678d367
2 changed files with 0 additions and 8 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -291,7 +291,6 @@ dependencies = [
|
|||
"dirs",
|
||||
"itertools",
|
||||
"log",
|
||||
"maplit",
|
||||
"rayon-core",
|
||||
"scopeguard",
|
||||
"scopetime",
|
||||
|
|
@ -419,12 +418,6 @@ dependencies = [
|
|||
"cfg-if",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "maplit"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
||||
|
||||
[[package]]
|
||||
name = "matches"
|
||||
version = "0.1.8"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ dirs = "2.0"
|
|||
crossbeam-channel = "0.4"
|
||||
scopeguard = "1.1"
|
||||
bitflags = "1.2"
|
||||
maplit = "1.0"
|
||||
backtrace = { version = "0.3" }
|
||||
scopetime = { path = "./scopetime", version = "0.1" }
|
||||
asyncgit = { path = "./asyncgit", version = "0.2" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue