]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_apfloat/Cargo.toml
New upstream version 1.47.0+dfsg1
[rustc.git] / src / librustc_apfloat / Cargo.toml
index a8a5da90c7a6bb41418cb0b5cf20447eca1fff38..726965e1e7180411fe153998e248c9926e62475e 100644 (file)
@@ -2,12 +2,12 @@
 authors = ["The Rust Project Developers"]
 name = "rustc_apfloat"
 version = "0.0.0"
+edition = "2018"
 
 [lib]
 name = "rustc_apfloat"
 path = "lib.rs"
 
 [dependencies]
-bitflags = "1.0"
-rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
-smallvec = { version = "0.6.5", features = ["union"] }
+bitflags = "1.2.1"
+smallvec = { version = "1.0", features = ["union", "may_dangle"] }