Skip to content

Commit 79faa37

Browse files
committed
fixup! stdlib patch
1 parent 3e9cb57 commit 79faa37

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.153" }
21+
compiler_builtins = { version = "=0.1.155" }
2222
unwind = { path = "../unwind" }
2323
--
2424
2.43.0

0 commit comments

Comments
 (0)