Skip to content

Commit 1e27d13

Browse files
committed
fixup! no panic_abort
1 parent 1c7b1a8 commit 1e27d13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/0028-stdlib-Avoid-compiling-panic_abort.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ index 176da60..fd90469 100644
1818
panic_unwind = { path = "../panic_unwind", optional = true }
1919
-panic_abort = { path = "../panic_abort" }
2020
core = { path = "../core", public = true }
21-
compiler_builtins = { version = "=0.1.152" }
21+
compiler_builtins = { version = "=0.1.153" }
2222
unwind = { path = "../unwind" }
2323
--
2424
2.43.0

0 commit comments

Comments
 (0)