Skip to content

Commit

Permalink
Update toolchain to edition 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
hky1999 committed Dec 17, 2024
1 parent fe50fd4 commit 06ddfd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions page_table_entry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "page_table_entry"
edition = "2021"
edition = "2024"
description = "Page table entry definition for various hardware architectures"
documentation = "https://docs.rs/page_table_entry"
version.workspace = true
Expand All @@ -22,7 +22,7 @@ memory_addr = "0.3"
aarch64-cpu = "9.4"

[target.'cfg(any(target_arch = "x86_64", doc))'.dependencies]
x86_64 = "=0.15.1"
x86_64 = "0.15"

[package.metadata.docs.rs]
rustc-args = [ "--cfg" , "doc"]
2 changes: 1 addition & 1 deletion page_table_multiarch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "page_table_multiarch"
edition = "2021"
edition = "2024"
description = "Generic page table structures for various hardware architectures"
documentation = "https://docs.rs/page_table_multiarch"
version.workspace = true
Expand Down

0 comments on commit 06ddfd4

Please sign in to comment.