]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_trait_selection/Cargo.toml
New upstream version 1.66.0+dfsg1
[rustc.git] / compiler / rustc_trait_selection / Cargo.toml
index e2c626d1b22071b0e6f0f6e705f69e5e9fe15a37..67613e1a4ebc01e31aacb60aead8538012423dd0 100644 (file)
@@ -1,10 +1,9 @@
 [package]
 name = "rustc_trait_selection"
 version = "0.0.0"
-edition = "2018"
+edition = "2021"
 
 [lib]
-doctest = false
 
 [dependencies]
 rustc_parse_format = { path = "../rustc_parse_format" }
@@ -17,8 +16,11 @@ rustc_errors = { path = "../rustc_errors" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_index = { path = "../rustc_index" }
 rustc_infer = { path = "../rustc_infer" }
+rustc_lint_defs = { path = "../rustc_lint_defs" }
 rustc_macros = { path = "../rustc_macros" }
+rustc_query_system = { path = "../rustc_query_system" }
 rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
 rustc_target = { path = "../rustc_target" }
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+rustc_transmute = { path = "../rustc_transmute", features = ["rustc"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }