File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ percpu = { version = "0.2.0", features = ["arm-el2"] }
2323
2424# System dependent modules provided by ArceOS-Hypervisor.
2525axvcpu = " 0.1"
26- axcpu = { git = " https://github.com/arceos-hypervisor/axcpu " , branch = " vmm " , features = [" arm-el2" ] }
26+ axcpu = { version = " 0.2 " , features = [" arm-el2" ] }
2727axaddrspace = " 0.1"
2828axdevice = { git = " https://github.com/arceos-hypervisor/axdevice.git" }
2929axdevice_base = " 0.1"
@@ -33,9 +33,9 @@ axvmconfig = { version = "0.1", default-features = false }
3333x86_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 ]
3939arm_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
You can’t perform that action at this time.
0 commit comments