From 0c5b0476ab900d8b3e55421fd790b7accfbff4e8 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Fri, 4 Oct 2024 17:20:24 +0800 Subject: [PATCH] fix compiler builtins version --- 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 dc863f6..27720f1 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.39" +compiler_builtins = "=0.1.109" linked_list_allocator = { version = "0.8", default-features = false, features = ["const_mut_refs"] } libregister = { path = "../libregister" } libcortex_a9 = { path = "../libcortex_a9" }