]> git.lizzy.rs Git - rust.git/blobdiff - src/libpanic_abort/Cargo.toml
Use better bound names in `-Zverbose` mode
[rust.git] / src / libpanic_abort / Cargo.toml
index 633d273b3b93cd49834bd972a5dce5ab106a7ae1..2bee0b716c750f4836068ea38b85e74cceb09b7d 100644 (file)
@@ -2,6 +2,7 @@
 authors = ["The Rust Project Developers"]
 name = "panic_abort"
 version = "0.0.0"
+edition = "2018"
 
 [lib]
 path = "lib.rs"
@@ -11,5 +12,5 @@ doc = false
 
 [dependencies]
 core = { path = "../libcore" }
-libc = { path = "../rustc/libc_shim" }
-compiler_builtins = { path = "../rustc/compiler_builtins_shim" }
+libc = { version = "0.2", default-features = false }
+compiler_builtins = "0.1.0"