drop unused deps, gate libc under unix for one crate
This commit is contained in:
parent
ccb6290e43
commit
3338ee3ca7
13 changed files with 3 additions and 23 deletions
|
@ -36,6 +36,5 @@ rustc_target = { path = "../rustc_target" }
|
|||
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|
||||
rustc_ast = { path = "../rustc_ast" }
|
||||
rustc_span = { path = "../rustc_span" }
|
||||
tempfile = "3.2.0"
|
||||
serde = { version = "1", features = [ "derive" ]}
|
||||
serde_json = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue