From 174398aa3732ee57da5dd3651eef467e267e552d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=9D=BF?= Date: Fri, 15 Aug 2025 16:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20axaddrspace=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E9=A1=B9=E6=A0=BC=E5=BC=8F=EF=BC=8C=E4=BB=8E=20Git=20?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E9=93=BE=E6=8E=A5=E6=9B=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=20"0.1"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- axdevice_base/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axdevice_base/Cargo.toml b/axdevice_base/Cargo.toml index fa61a6d..5c29fb1 100644 --- a/axdevice_base/Cargo.toml +++ b/axdevice_base/Cargo.toml @@ -12,6 +12,6 @@ cfg-if = "1.0" serde = { version = "1.0.204", default-features = false, features = ["derive", "alloc"] } # System independent crates provided by ArceOS. axerrno = "0.1.0" -axaddrspace = { git = "https://github.com/arceos-hypervisor/axaddrspace.git" } +axaddrspace = "0.1" axvmconfig = { git = "https://github.com/arceos-hypervisor/axvmconfig.git", default-features = false } memory_addr = "0.4"