Skip to content

Commit b7cd8e4

Browse files
committed
fix: 调整 Cargo.toml 中的依赖顺序以提高可读性
1 parent 6a25a01 commit b7cd8e4

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Cargo.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,11 @@ repository = "https://github.com/arceos-hypervisor/arm_vcpu"
1616
version = "0.1.1"
1717

1818
[dependencies]
19-
log = "0.4"
20-
spin = "0.10"
21-
2219
aarch64-cpu = "11.0"
20+
log = "0.4"
2321
numeric-enum-macro = "0.2"
24-
axvm-types.workspace = true
22+
spin = "0.10"
2523

2624
axerrno = "0.1.0"
25+
axvm-types.workspace = true
2726
percpu = {version = "0.2.0", features = ["arm-el2"]}
28-
29-
# axaddrspace = "0.2"
30-
# axvcpu = "0.1.0"
31-
# axvisor_api = "0.1.0"

0 commit comments

Comments
 (0)