Skip to content

Commit 51e6f17

Browse files
committed
更新 arm_vcpu 依赖项,使用 Git 仓库链接替代路径,并指定分支为 dev-irq
1 parent e997962 commit 51e6f17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ x86_vcpu = "0.1"
3636
riscv_vcpu = { git = "https://github.com/arceos-hypervisor/riscv_vcpu.git" }
3737

3838
[target.'cfg(target_arch = "aarch64")'.dependencies]
39-
arm_vcpu = { path = "/home/zhourui/arceos/arm_vcpu" }
39+
arm_vcpu = { git = "https://github.com/arceos-hypervisor/arm_vcpu", branch = "dev-irq" }
4040
arm_vgic = { git = "https://github.com/arceos-hypervisor/arm_vgic.git", features = ["vgicv3"] }
4141

0 commit comments

Comments
 (0)