Skip to content

Commit 077e76b

Browse files
committed
fix: revert axvcpu dependency to version 0.1.0
1 parent fca8924 commit 077e76b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ percpu = {version = "0.2.0", features = ["arm-el2"]}
2727

2828
axaddrspace = "0.2"
2929
axdevice_base = "0.1.0"
30-
axvcpu = {git = "https://github.com/arceos-hypervisor/axvcpu.git", branch = "next"}
31-
# axvcpu = "0.1.0"
30+
axvcpu = "0.1.0"
3231
axvisor_api = "0.1.0"

0 commit comments

Comments
 (0)