We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207fb0d commit b8d13f9Copy full SHA for b8d13f9
Cargo.toml
@@ -18,11 +18,6 @@ bit = "0.1.1"
18
memory_addr = "0.4"
19
axerrno = "0.2"
20
21
-axaddrspace = "0.2.0"
22
-axdevice_base = "0.1.0"
23
-axvisor_api = "0.2.0"
24
-
25
-[patch.crates-io]
26
-axvisor_api = { git = "https://github.com/arceos-hypervisor/axvisor_api", branch = "aar-master" }
27
-axaddrspace = { git = "https://github.com/arceos-hypervisor/axaddrspace", branch = "aar-master" }
28
-axdevice_base = { git = "https://github.com/arceos-hypervisor/axdevice_crates", branch = "aar-master"}
+axaddrspace = "0.3"
+axdevice_base = "0.2.2"
+axvisor_api = "0.3"
0 commit comments