From b9a0bcabeb963a6d6814c0509b22a7c3093aca1f Mon Sep 17 00:00:00 2001 From: mwojcik Date: Mon, 9 Oct 2023 17:10:45 +0800 Subject: [PATCH] ksupport: fix build on acpki variants --- src/libksupport/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libksupport/Cargo.toml b/src/libksupport/Cargo.toml index 8f7c6e7..9f49b53 100644 --- a/src/libksupport/Cargo.toml +++ b/src/libksupport/Cargo.toml @@ -17,6 +17,7 @@ byteorder = { version = "1.3", default-features = false } void = { version = "1", default-features = false } log_buffer = { version = "1.2" } libm = { version = "0.2", features = ["unstable"] } +vcell = "0.1" libboard_zynq = { git = "https://git.m-labs.hk/M-Labs/zynq-rs.git", features = ["ipv6"]} libsupport_zynq = { default-features = false, features = ["alloc_core"], git = "https://git.m-labs.hk/M-Labs/zynq-rs.git" }