diff --git a/Cargo.toml b/Cargo.toml index 4c91c34..f0723ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ axdevice_base = "0.1" range-alloc = { git = "https://github.com/arceos-hypervisor/range-alloc.git" } [target.'cfg(target_arch = "aarch64")'.dependencies] -arm_vgic = { git = "https://github.com/arceos-hypervisor/arm_vgic.git", features = ["vgicv3"] } +arm_vgic = { version = "0.1", features = ["vgicv3"] }