We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56b2f9 commit 8621780Copy full SHA for 8621780
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "x86_vlapic"
3
-version = "0.2.0"
+version = "0.2.1"
4
edition = "2024"
5
description = "x86 Virtual Local APIC"
6
authors = ["Keyang Hu <[email protected]>", "Mingxian Su <[email protected]>"]
@@ -18,6 +18,6 @@ bit = "0.1.1"
18
memory_addr = "0.4"
19
axerrno = "0.1.0"
20
21
-axaddrspace = "0.1.0"
22
-axdevice_base = "0.1.0"
+axaddrspace = "0.1.4"
+axdevice_base = "0.2.1"
23
axvisor_api = "0.1.0"
0 commit comments