summaryrefslogtreecommitdiffstats
path: root/library/panic_unwind/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'library/panic_unwind/Cargo.toml')
-rw-r--r--library/panic_unwind/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/panic_unwind/Cargo.toml b/library/panic_unwind/Cargo.toml
index d720cc7bc..85386976d 100644
--- a/library/panic_unwind/Cargo.toml
+++ b/library/panic_unwind/Cargo.toml
@@ -17,4 +17,4 @@ core = { path = "../core" }
libc = { version = "0.2", default-features = false }
unwind = { path = "../unwind" }
compiler_builtins = "0.1.0"
-cfg-if = "0.1.8"
+cfg-if = "1.0"