diff options
| author | Philipp Krones <hello@philkrones.com> | 2023-03-10 10:22:27 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2023-03-10 10:22:27 +0100 |
| commit | ec9029d12c95287614cb49ac5c052d81bd58d675 (patch) | |
| tree | cda719b3fb0967736613b7d34d2eae294e9953b6 | |
| parent | baa997caf62479e722531916fb8db9e52e871fab (diff) | |
| download | rust-ec9029d12c95287614cb49ac5c052d81bd58d675.tar.gz rust-ec9029d12c95287614cb49ac5c052d81bd58d675.zip | |
Bump Clippy version -> 0.1.70
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_lints/Cargo.toml | 2 | ||||
| -rw-r--r-- | clippy_utils/Cargo.toml | 2 | ||||
| -rw-r--r-- | declare_clippy_lint/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml index 70d1268090f..c35dfcbd8c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.1.69" +version = "0.1.70" 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 989e4d3fa56..6701bedfe5e 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_lints" -version = "0.1.69" +version = "0.1.70" 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 173469f6cdc..124ebd164e6 100644 --- a/clippy_utils/Cargo.toml +++ b/clippy_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_utils" -version = "0.1.69" +version = "0.1.70" edition = "2021" publish = false diff --git a/declare_clippy_lint/Cargo.toml b/declare_clippy_lint/Cargo.toml index 80eee368178..5c9f76dbbc6 100644 --- a/declare_clippy_lint/Cargo.toml +++ b/declare_clippy_lint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "declare_clippy_lint" -version = "0.1.69" +version = "0.1.70" edition = "2021" publish = false |
