Prune rustc dependencies.
This commit is contained in:
parent
5d57208353
commit
e88500b5e1
2 changed files with 0 additions and 4 deletions
|
@ -3111,8 +3111,6 @@ dependencies = [
|
|||
"bitflags",
|
||||
"byteorder",
|
||||
"chalk-engine",
|
||||
"fmt_macros",
|
||||
"graphviz",
|
||||
"jobserver",
|
||||
"log",
|
||||
"measureme",
|
||||
|
|
|
@ -12,8 +12,6 @@ doctest = false
|
|||
[dependencies]
|
||||
arena = { path = "../libarena" }
|
||||
bitflags = "1.2.1"
|
||||
fmt_macros = { path = "../libfmt_macros" }
|
||||
graphviz = { path = "../libgraphviz" }
|
||||
jobserver = "0.1"
|
||||
scoped-tls = "1.0"
|
||||
log = { version = "0.4", features = ["release_max_level_info", "std"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue