From 9dd343a7a7f8d300188959e9a2b85b46cf2908ba Mon Sep 17 00:00:00 2001 From: dragon <52032586+eternalcomet@users.noreply.github.com> Date: Tue, 17 Jun 2025 10:10:43 +0800 Subject: [PATCH] [build] update memory_addr to v0.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 18aab18..6daad82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ categories = ["no-std"] axerrno = "0.1" page_table_entry = "0.5" xmas-elf = "0.9" -memory_addr = "0.3" +memory_addr = "0.4" log = "0.4.21" -cfg-if = "1.0" \ No newline at end of file +cfg-if = "1.0"