diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2021-10-21 12:19:32 +0200 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-10-21 12:19:32 +0200 |
| commit | 122233091ad36e010796cb9a9b3b0836b0d16f8e (patch) | |
| tree | cf6637d4ed4363813282e8c477ded61335721b8d | |
| parent | 085181e29d504ed2366056a224e20c5894debdbc (diff) | |
| download | rust-122233091ad36e010796cb9a9b3b0836b0d16f8e.tar.gz rust-122233091ad36e010796cb9a9b3b0836b0d16f8e.zip | |
Bump Clippy Version -> 0.1.58
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_lints/Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_utils/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index ba3ed3053ac..ed7fb144013 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.57" +version = "0.1.58" description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 7900dc6d041..aaf9ac83d49 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_lints" -version = "0.1.57" +version = "0.1.58" description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" diff --git a/clippy_utils/Cargo.toml b/clippy_utils/Cargo.toml index e7fca3ae5d4..d99a3d9359e 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_utils" -version = "0.1.57" +version = "0.1.58" edition = "2021" publish = false |
