diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2021-09-08 10:59:04 +0200 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-09-08 10:59:04 +0200 |
| commit | 563a00b2a0370d4594f8a20b409323da576c5d84 (patch) | |
| tree | 0adb0c02be56c620c1a10ffe9239f748790c03c1 | |
| parent | 3cb1d283d64bd2061c151820202985fa08c2787e (diff) | |
Bump Clippy Version -> 0.1.57
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_lints/Cargo.toml | 4 | ||||
| -rw-r--r-- | clippy_utils/Cargo.toml | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml index 16b6c207a5f..20327573db7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.56" +version = "0.1.57" 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 a3b92e1faa1..3c28024bf92 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,8 +1,6 @@ [package] name = "clippy_lints" -# begin automatic update -version = "0.1.56" -# end automatic update +version = "0.1.57" 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 c65b2958ec5..ffc89be0ae5 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_utils" -version = "0.1.56" +version = "0.1.57" edition = "2018" publish = false |
