Skip to content

Commit 0173494

Browse files
committed
feat: bump page_table_multiarch to 0.5.7
1 parent 4056a62 commit 0173494

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ resolver = "2"
44
members = ["page_table_multiarch", "page_table_entry"]
55

66
[workspace.package]
7-
version = "0.5.6"
87
edition = "2024"
98
authors = ["Yuekai Jia <[email protected]>"]
109
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"

page_table_entry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "page_table_entry"
33
description = "Page table entry definition for various hardware architectures"
44
documentation = "https://docs.rs/page_table_entry"
5-
version.workspace = true
5+
version = "0.5.6"
66
edition.workspace = true
77
authors.workspace = true
88
license.workspace = true

page_table_multiarch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "page_table_multiarch"
33
description = "Generic page table structures for various hardware architectures"
44
documentation = "https://docs.rs/page_table_multiarch"
5-
version.workspace = true
5+
version = "0.5.7"
66
edition.workspace = true
77
authors.workspace = true
88
license.workspace = true

0 commit comments

Comments
 (0)