about summary refs log tree commit diff
path: root/src/libpanic_unwind/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/libpanic_unwind/Cargo.toml')
-rw-r--r--src/libpanic_unwind/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libpanic_unwind/Cargo.toml b/src/libpanic_unwind/Cargo.toml
index a978ea16e9e..74aaa4d5ae3 100644
--- a/src/libpanic_unwind/Cargo.toml
+++ b/src/libpanic_unwind/Cargo.toml
@@ -14,3 +14,4 @@ alloc = { path = "../liballoc" }
 core = { path = "../libcore" }
 libc = { path = "../rustc/libc_shim" }
 unwind = { path = "../libunwind" }
+compiler_builtins = { path = "../rustc/compiler_builtins_shim" }