Use tempfile
This commit is contained in:
parent
484c61943f
commit
b2c1dbbd33
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ rustc_query_impl = { path = "../rustc_query_impl" }
|
|||
rustc_resolve = { path = "../rustc_resolve" }
|
||||
rustc_trait_selection = { path = "../rustc_trait_selection" }
|
||||
rustc_ty_utils = { path = "../rustc_ty_utils" }
|
||||
tempfile = "3.0.5"
|
||||
tempfile = "3.2"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = { version = "0.3", features = ["libloaderapi"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue