We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e5ad1 commit 562efc7Copy full SHA for 562efc7
3 files changed
Cargo.toml
@@ -4,7 +4,7 @@ version = "0.5.4"
4
authors = ["Stefan Lankes <slankes@eonerc.rwth-aachen.de>", "Colin Finck <colin.finck@rwth-aachen.de>"]
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
7
-edition = "2021"
+edition = "2024"
8
9
[dependencies]
10
align-address = "0.3"
rustfmt.toml
@@ -1,4 +1,3 @@
1
group_imports = "StdExternalCrate"
2
hard_tabs = true
3
imports_granularity = "Module"
-style_edition = "2024"
xtask/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "xtask"
version = "0.1.0"
anyhow = "1.0"
0 commit comments