We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3378b1a commit c2ba6e5Copy full SHA for c2ba6e5
Cargo.toml
@@ -26,7 +26,7 @@ tock-registers = "0.9"
26
27
axerrno = "0.1.0"
28
percpu = {version = "0.2.0", features = ["arm-el2"]}
29
-axcpu = {path="../axcpu", version = "0.2", features = ["arm-el2"]}
+axcpu = {version = "0.2", features = ["arm-el2"]}
30
31
axaddrspace = {git = "https://github.com/arceos-hypervisor/axaddrspace.git"}
32
axdevice_base = {git = "https://github.com/arceos-hypervisor/axdevice_crates.git"}
0 commit comments