Skip to content

Commit b8d13f9

Browse files
committed
chore: update dependency versions in Cargo.toml
1 parent 207fb0d commit b8d13f9

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
@@ -18,11 +18,6 @@ bit = "0.1.1"
1818
memory_addr = "0.4"
1919
axerrno = "0.2"
2020

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"}
21+
axaddrspace = "0.3"
22+
axdevice_base = "0.2.2"
23+
axvisor_api = "0.3"

0 commit comments

Comments
 (0)