diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2021-12-02 09:32:47 +0000 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-12-02 09:32:47 +0000 |
| commit | ec57cc1455b25c8eff76e56b23c692f177cfb6c7 (patch) | |
| tree | 3707348d83236c836953d4830af93f44e134aea7 | |
| parent | 782b1a846edd321f2d2193d251e3e30c7fccfdc4 (diff) | |
| download | rust-ec57cc1455b25c8eff76e56b23c692f177cfb6c7.tar.gz rust-ec57cc1455b25c8eff76e56b23c692f177cfb6c7.zip | |
Bump Clippy Version -> 0.1.59
| -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 fdafdffca64..8661a867758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.58" +version = "0.1.59" 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 281480b8d94..0661c280386 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_lints" -version = "0.1.58" +version = "0.1.59" 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 d99a3d9359e..0ba0b59ed13 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_utils" -version = "0.1.58" +version = "0.1.59" edition = "2021" publish = false |
