]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_metadata/Cargo.toml
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
[rust.git] / compiler / rustc_metadata / Cargo.toml
index f71fefd17992083d4bd026199d7c3ca4e10e07fb..59796dd6529435c4cd3f1f6c64788ff5980b4348 100644 (file)
@@ -7,8 +7,8 @@ edition = "2021"
 doctest = false
 
 [dependencies]
-libc = "0.2"
-odht = { version = "0.3.0", features = ["nightly"] }
+libloading = "0.7.1"
+odht = { version = "0.3.1", features = ["nightly"] }
 snap = "1"
 tracing = "0.1"
 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
@@ -27,6 +27,3 @@ rustc_ast = { path = "../rustc_ast" }
 rustc_expand = { path = "../rustc_expand" }
 rustc_span = { path = "../rustc_span" }
 rustc_session = { path = "../rustc_session" }
-
-[target.'cfg(windows)'.dependencies]
-winapi = { version = "0.3", features = ["errhandlingapi", "libloaderapi"] }