about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2023-07-14 13:36:23 +0200
committerPhilipp Krones <hello@philkrones.com>2023-07-14 13:36:23 +0200
commitfaa07d334a9639684ff1913be1d50b895d5cb0fc (patch)
tree390a295a91347a19e0caba677e53f94a5ed31b60
parent415fdb2d1a760caf57ef9b27afbc86c030d883dd (diff)
downloadrust-faa07d334a9639684ff1913be1d50b895d5cb0fc.tar.gz
rust-faa07d334a9639684ff1913be1d50b895d5cb0fc.zip
Bump Clippy version -> 0.1.73
-rw-r--r--Cargo.toml2
-rw-r--r--clippy_lints/Cargo.toml2
-rw-r--r--clippy_utils/Cargo.toml2
-rw-r--r--declare_clippy_lint/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7a5dbe030d..0fb3a3a984b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.1.72"
+version = "0.1.73"
 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 c23054443bb..11136867ff0 100644
--- a/clippy_lints/Cargo.toml
+++ b/clippy_lints/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "clippy_lints"
-version = "0.1.72"
+version = "0.1.73"
 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 cfe686eb9b0..3926b954ec8 100644
--- a/clippy_utils/Cargo.toml
+++ b/clippy_utils/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "clippy_utils"
-version = "0.1.72"
+version = "0.1.73"
 edition = "2021"
 publish = false
 
diff --git a/declare_clippy_lint/Cargo.toml b/declare_clippy_lint/Cargo.toml
index 4dc906d00db..3633ed31d73 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.72"
+version = "0.1.73"
 edition = "2021"
 publish = false