Skip to content

Commit c5e7af4

Browse files
authored
chore: bump version to 0.2.2 (#53)
* chore: update page_table_multiarch to 0.6 * chore: bump version to 0.2.2
1 parent 86d8d6c commit c5e7af4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "axvm"
33
authors = ["aarkegz <aarkegz@gmail.com>"]
4-
version = "0.2.1"
4+
version = "0.2.2"
55
edition = "2024"
66
categories = ["virtualization", "no-std"]
77
description = "Virtual Machine resource management crate for ArceOS's hypervisor variant."
@@ -24,8 +24,8 @@ axerrno = "0.2"
2424
cpumask = "0.1.0"
2525
# kspin = "0.1.0"
2626
memory_addr = "0.4"
27-
page_table_entry = { version = "0.5", features = ["arm-el2"] }
28-
page_table_multiarch = "0.5"
27+
page_table_entry = { version = "0.6", features = ["arm-el2"] }
28+
page_table_multiarch = "0.6"
2929
percpu = { version = "0.2.0", features = ["arm-el2"] }
3030

3131
# System dependent modules provided by ArceOS-Hypervisor.

0 commit comments

Comments
 (0)