]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/rustc-workspace-hack/Cargo.toml
New upstream version 1.34.2+dfsg1
[rustc.git] / src / tools / rustc-workspace-hack / Cargo.toml
index c4499ef95ad8e205fead99248059ac0329bc70a3..1aba52bafbbc717e108a0c21f405747c5dd5a3f6 100644 (file)
@@ -6,6 +6,7 @@ license = 'MIT/Apache-2.0'
 description = """
 Hack for the compiler's own build system
 """
+edition = "2018"
 
 [lib]
 path = "lib.rs"
@@ -45,6 +46,7 @@ features = [
   "sspi",
   "synchapi",
   "sysinfoapi",
+  "threadpoollegacyapiset",
   "timezoneapi",
   "userenv",
   "winbase",
@@ -54,11 +56,11 @@ features = [
 
 [dependencies]
 curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
-parking_lot = { version = "0.6", features = ['nightly'] }
+parking_lot = { version = "0.7", features = ['nightly'] }
 rand = { version = "0.5.5", features = ["i128_support"] }
 serde = { version = "1.0.82", features = ['derive'] }
 serde_json = { version = "1.0.31", features = ["raw_value"] }
-smallvec = { version = "0.6", features = ['union'] }
+smallvec = { version = "0.6", features = ['union', 'may_dangle'] }
 scopeguard = { version = "0.3.3", features = ["use_std", "default"]}
 byteorder = { version = "1.2.7", features = ["i128"]}