From 19bce537f66c32a8c249e30700f1d5cf0fbd98b1 Mon Sep 17 00:00:00 2001 From: Iscreamx Date: Wed, 10 Dec 2025 11:53:38 +0800 Subject: [PATCH] chore: update arm_vgic dependency to crates.io version=0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }