about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libunwind/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libunwind/Cargo.toml b/src/libunwind/Cargo.toml
index 7cbc23fea3a..77bcfffd506 100644
--- a/src/libunwind/Cargo.toml
+++ b/src/libunwind/Cargo.toml
@@ -17,7 +17,7 @@ doc = false
 
 [dependencies]
 core = { path = "../libcore" }
-libc = { version = "0.2.65", features = ['rustc-dep-of-std'], default-features = false }
+libc = { version = "0.2.51", features = ['rustc-dep-of-std'], default-features = false }
 compiler_builtins = "0.1.0"
 cfg-if = "0.1.8"