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"