diff options
| author | xFrednet <xFrednet@gmail.com> | 2022-05-20 21:12:41 +0200 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2022-05-20 21:12:41 +0200 |
| commit | 8283238973f67753ffdfb358fd01a10951762716 (patch) | |
| tree | 1d2013911f20d12c798afb2704a8c9a67cb937d1 | |
| parent | 5b72632c98a6e45dfe2c1aaddad1b05f5259a914 (diff) | |
| download | rust-8283238973f67753ffdfb358fd01a10951762716.tar.gz rust-8283238973f67753ffdfb358fd01a10951762716.zip | |
Update clippy version `0.1.62` -> `0.1.63`
| -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 03e6bf03afe..373e720b0d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.62" +version = "0.1.63" 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 aebf9a87cab..0a3f04da357 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_lints" -version = "0.1.62" +version = "0.1.63" 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 0b1fd95c345..c4e0b8448ab 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_utils" -version = "0.1.62" +version = "0.1.63" edition = "2021" publish = false |
