From a313898794edb6b8203744a4f29ff79964c628ba Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Mon, 23 Dec 2024 14:12:10 +0800 Subject: [PATCH] bump compiler_builtins --- libsupport_zynq/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsupport_zynq/Cargo.toml b/libsupport_zynq/Cargo.toml index f3d7f17..f376b5f 100644 --- a/libsupport_zynq/Cargo.toml +++ b/libsupport_zynq/Cargo.toml @@ -20,7 +20,7 @@ default = ["panic_handler", "dummy_irq_handler", "dummy_fiq_handler"] [dependencies] r0 = "1" -compiler_builtins = "=0.1.49" +compiler_builtins = "=0.1.70" linked_list_allocator = { version = "0.8", default-features = false, features = ["const_mut_refs"] } libregister = { path = "../libregister" } libcortex_a9 = { path = "../libcortex_a9" }