From acaa8e490c8d436a343071bb625179ca84afd577 Mon Sep 17 00:00:00 2001 From: Ivan Tan Date: Sat, 30 Mar 2024 22:29:25 +0800 Subject: [PATCH] bcm2835-sdhcid: update redox_syscall version --- storage/bcm2835-sdhcid/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/bcm2835-sdhcid/Cargo.toml b/storage/bcm2835-sdhcid/Cargo.toml index b5c21ffb80..78a350e29f 100644 --- a/storage/bcm2835-sdhcid/Cargo.toml +++ b/storage/bcm2835-sdhcid/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] fdt = "0.1.5" -redox_syscall = "0.4" +redox_syscall = "0.5" common = { path = "../../common" } driver-block = { path = "../driver-block" }