Skip to content

Commit 562efc7

Browse files
committed
feat: upgrade to Rust 2024
1 parent 31e5ad1 commit 562efc7

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.5.4"
44
authors = ["Stefan Lankes <[email protected]>", "Colin Finck <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
7-
edition = "2021"
7+
edition = "2024"
88

99
[dependencies]
1010
align-address = "0.3"

rustfmt.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
group_imports = "StdExternalCrate"
22
hard_tabs = true
33
imports_granularity = "Module"
4-
style_edition = "2024"

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "xtask"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55

66
[dependencies]
77
anyhow = "1.0"

0 commit comments

Comments
 (0)