From 865ee6a64e1d002e67124717d1fc1eae21a1d9f4 Mon Sep 17 00:00:00 2001 From: YanLien Date: Tue, 24 Feb 2026 12:37:28 +0800 Subject: [PATCH 1/2] chore: bump page_table_entry to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e94eef..da27173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tock-registers = "0.9" memoffset = { version = ">=0.6.5", features = ["unstable_const"] } axerrno = "0.1.0" -page_table_entry = "=0.5.7" +page_table_entry = "0.6" memory_addr = "0.4" axaddrspace = "0.1.4" From 725e80f4993f2fe8c81b76a3a8358032ae3cdecc Mon Sep 17 00:00:00 2001 From: YanLien Date: Tue, 24 Feb 2026 12:37:53 +0800 Subject: [PATCH 2/2] chore: bump version to 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da27173..eb59152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riscv_vcpu" -version = "0.2.1" +version = "0.2.2" edition = "2024" authors = [ "KeYang Hu ",