Skip to content

Commit 8621780

Browse files
authored
chore: bump version to 0.2.1 and update dependencies (#11)
1 parent c56b2f9 commit 8621780

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,6 +1,6 @@
11
[package]
22
name = "x86_vlapic"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
description = "x86 Virtual Local APIC"
66
authors = ["Keyang Hu <[email protected]>", "Mingxian Su <[email protected]>"]
@@ -18,6 +18,6 @@ bit = "0.1.1"
1818
memory_addr = "0.4"
1919
axerrno = "0.1.0"
2020

21-
axaddrspace = "0.1.0"
22-
axdevice_base = "0.1.0"
21+
axaddrspace = "0.1.4"
22+
axdevice_base = "0.2.1"
2323
axvisor_api = "0.1.0"

0 commit comments

Comments
 (0)