Skip to content

Commit 49f0c7a

Browse files
committed
deps: update
1 parent 12a4faa commit 49f0c7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ percpu = { version = "0.2.0", features = ["arm-el2"] }
2323

2424
# System dependent modules provided by ArceOS-Hypervisor.
2525
axvcpu = "0.1"
26-
axcpu = { git = "https://github.com/arceos-hypervisor/axcpu", branch = "vmm", features = ["arm-el2"] }
26+
axcpu = { version = "0.2", features = ["arm-el2"] }
2727
axaddrspace = "0.1"
2828
axdevice = { git = "https://github.com/arceos-hypervisor/axdevice.git" }
2929
axdevice_base = "0.1"
@@ -33,9 +33,9 @@ axvmconfig = { version = "0.1", default-features = false }
3333
x86_vcpu = "0.1"
3434

3535
[target.'cfg(target_arch = "riscv64")'.dependencies]
36-
riscv_vcpu = { git = "https://github.com/arceos-hypervisor/riscv_vcpu.git" }
36+
riscv_vcpu = "0.1"
3737

3838
[target.'cfg(target_arch = "aarch64")'.dependencies]
3939
arm_vcpu = { git = "https://github.com/arceos-hypervisor/arm_vcpu", branch = "next-dev" }
40-
arm_vgic = { git = "https://github.com/arceos-hypervisor/arm_vgic.git", features = ["vgicv3"] }
40+
arm_vgic = { version = "0.1", features = ["vgicv3"] }
4141

0 commit comments

Comments
 (0)