Skip to content

Commit d4505ba

Browse files
committed
chore: update axvm dependency to remove specific ref
1 parent be4aace commit d4505ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ axaddrspace = "0.1.1"
5959
axhvc = {git = "https://github.com/arceos-hypervisor/axhvc.git"}
6060
axruntime = {path = "modules/axruntime"}
6161
axvcpu = "0.1"
62-
axvm = {git = "https://github.com/arceos-hypervisor/axvm.git", branch = "next", ref = "0393f27"}
62+
axvm = {git = "https://github.com/arceos-hypervisor/axvm.git", branch = "next"}
6363

6464
# System independent crates provided by ArceOS, these crates could be imported by remote url.
6565
axerrno = "0.1.0"

0 commit comments

Comments
 (0)