]> git.lizzy.rs Git - rust.git/blobdiff - library/unwind/Cargo.toml
Remove unsafe impl Send for CompletedTest & TestResult
[rust.git] / library / unwind / Cargo.toml
index 8e2db217c315162a0307347896be69e4f4895ac8..4f7a304a59f68eaad969671c5d89c2e5feb465f4 100644 (file)
@@ -14,7 +14,7 @@ doc = false
 
 [dependencies]
 core = { path = "../core" }
-libc = { version = "0.2.51", features = ['rustc-dep-of-std'], default-features = false }
+libc = { version = "0.2.79", features = ['rustc-dep-of-std'], default-features = false }
 compiler_builtins = "0.1.0"
 cfg-if = "0.1.8"
 
@@ -23,3 +23,4 @@ cc = { version = "1.0.1" }
 
 [features]
 llvm-libunwind = []
+system-llvm-libunwind = []