Skip to content

Commit

Permalink
feat: upgrade to Rust 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Jan 2, 2025
1 parent bb2fac7 commit f2ae8b5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords = ["unikernel", "libos"]
categories = ["os"]
repository = "https://github.com/hermit-os/kernel"
documentation = "https://hermit-os.github.io/kernel/hermit/"
edition = "2021"
edition = "2024"
description = "A Rust-based library operating system"
exclude = [
"/.github/*",
Expand Down
2 changes: 1 addition & 1 deletion hermit-builtins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hermit-builtins"
version = "0.1.0"
edition = "2021"
edition = "2024"

[dependencies]
libm = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion hermit-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hermit-macro"
version = "0.1.0"
edition = "2021"
edition = "2024"

[lib]
proc-macro = true
Expand Down
1 change: 0 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ group_imports = "StdExternalCrate"
hard_tabs = true
hex_literal_case = "Lower"
imports_granularity = "Module"
style_edition = "2024"
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
edition = "2024"

[dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit f2ae8b5

Please sign in to comment.