From d8bd32367d8ac60d4fd0a0bab04d52f5176c7f72 Mon Sep 17 00:00:00 2001 From: aarkegz Date: Thu, 10 Oct 2024 19:05:17 +0800 Subject: [PATCH] bump to v0.4.1 --- Cargo.toml | 2 +- page_table_multiarch/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 502245b..9d7ba94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.4.0" +version = "0.4.1" authors = ["Yuekai Jia "] license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" homepage = "https://github.com/arceos-org/arceos" diff --git a/page_table_multiarch/Cargo.toml b/page_table_multiarch/Cargo.toml index c557390..2b12ba9 100644 --- a/page_table_multiarch/Cargo.toml +++ b/page_table_multiarch/Cargo.toml @@ -14,7 +14,7 @@ categories.workspace = true [dependencies] log = "0.4" memory_addr = "0.3" -page_table_entry = { path = "../page_table_entry", version = "0.4.0" } +page_table_entry = { path = "../page_table_entry", version = "0.4.1" } [target.'cfg(any(target_arch = "x86_64", doc))'.dependencies] x86 = "0.52"