We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d8d6c commit c5e7af4Copy full SHA for c5e7af4
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "axvm"
3
authors = ["aarkegz <aarkegz@gmail.com>"]
4
-version = "0.2.1"
+version = "0.2.2"
5
edition = "2024"
6
categories = ["virtualization", "no-std"]
7
description = "Virtual Machine resource management crate for ArceOS's hypervisor variant."
@@ -24,8 +24,8 @@ axerrno = "0.2"
24
cpumask = "0.1.0"
25
# kspin = "0.1.0"
26
memory_addr = "0.4"
27
-page_table_entry = { version = "0.5", features = ["arm-el2"] }
28
-page_table_multiarch = "0.5"
+page_table_entry = { version = "0.6", features = ["arm-el2"] }
+page_table_multiarch = "0.6"
29
percpu = { version = "0.2.0", features = ["arm-el2"] }
30
31
# System dependent modules provided by ArceOS-Hypervisor.
0 commit comments