Skip to content

Commit fca8924

Browse files
committed
fix: update axaddrspace dependency version to 0.2 and format axvcpu declaration
1 parent fd870a0 commit fca8924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ numeric-enum-macro = "0.2"
2525
axerrno = "0.1.0"
2626
percpu = {version = "0.2.0", features = ["arm-el2"]}
2727

28-
axaddrspace = "0.1"
28+
axaddrspace = "0.2"
2929
axdevice_base = "0.1.0"
30-
axvcpu = {git="https://github.com/arceos-hypervisor/axvcpu.git", branch="next"}
30+
axvcpu = {git = "https://github.com/arceos-hypervisor/axvcpu.git", branch = "next"}
3131
# axvcpu = "0.1.0"
3232
axvisor_api = "0.1.0"

0 commit comments

Comments
 (0)