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 Feb 23, 2025
1 parent 31e5ad1 commit 562efc7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.4"
authors = ["Stefan Lankes <[email protected]>", "Colin Finck <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
edition = "2024"

[dependencies]
align-address = "0.3"
Expand Down
1 change: 0 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
group_imports = "StdExternalCrate"
hard_tabs = true
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 562efc7

Please sign in to comment.