diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2021-05-06 11:32:34 +0200 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-05-06 11:32:34 +0200 |
| commit | d481b38634d35425d87338777c81c19d30b81150 (patch) | |
| tree | 2400a2095e36b6099798004056a377413e45b81a | |
| parent | d52316d5a424734f690a29639cf12a6276cff54c (diff) | |
| download | rust-d481b38634d35425d87338777c81c19d30b81150.tar.gz rust-d481b38634d35425d87338777c81c19d30b81150.zip | |
Bump Clippy version -> 0.1.54
| -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 23a035f9715..f010e609604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.53" +version = "0.1.54" authors = ["The Rust Clippy Developers"] description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/rust-lang/rust-clippy" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 42218c2c00a..7ceb1da6a6e 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clippy_lints" # begin automatic update -version = "0.1.53" +version = "0.1.54" # end automatic update authors = ["The Rust Clippy Developers"] description = "A bunch of helpful lints to avoid common pitfalls in Rust" diff --git a/clippy_utils/Cargo.toml b/clippy_utils/Cargo.toml index 6e158c8ce72..0a1d4e11142 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_utils" -version = "0.1.53" +version = "0.1.54" authors = ["The Rust Clippy Developers"] edition = "2018" publish = false |
