Skip to content

Commit

Permalink
Select edition 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Nov 3, 2024
1 parent 74a4c6b commit 999b43e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion clippy_config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
cargo-features = ["edition2024"]

[package]
name = "clippy_config"
version = "0.1.84"
edition = "2021"
edition = "2024"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 3 additions & 1 deletion clippy_dev/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
cargo-features = ["edition2024"]

[package]
name = "clippy_dev"
description = "Clippy developer tooling"
version = "0.0.1"
edition = "2021"
edition = "2024"

[dependencies]
aho-corasick = "1.0"
Expand Down
4 changes: 3 additions & 1 deletion clippy_lints/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cargo-features = ["edition2024"]

[package]
name = "clippy_lints"
version = "0.1.84"
Expand All @@ -6,7 +8,7 @@ repository = "https://github.com/rust-lang/rust-clippy"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["clippy", "lint", "plugin"]
edition = "2021"
edition = "2024"

[dependencies]
arrayvec = { version = "0.7", default-features = false }
Expand Down
4 changes: 3 additions & 1 deletion clippy_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
cargo-features = ["edition2024"]

[package]
name = "clippy_utils"
version = "0.1.84"
edition = "2021"
edition = "2024"
publish = false

[dependencies]
Expand Down
4 changes: 3 additions & 1 deletion lintcheck/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cargo-features = ["edition2024"]

[package]
name = "lintcheck"
version = "0.0.1"
Expand All @@ -6,7 +8,7 @@ readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust-clippy"
categories = ["development-tools"]
edition = "2021"
edition = "2024"
publish = false
default-run = "lintcheck"

Expand Down

0 comments on commit 999b43e

Please sign in to comment.