mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Bump Clippy Version -> 0.1.56
This commit is contained in:
parent
7ed7b29d73
commit
80116f9009
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "clippy"
|
name = "clippy"
|
||||||
version = "0.1.55"
|
version = "0.1.56"
|
||||||
authors = ["The Rust Clippy Developers"]
|
authors = ["The Rust Clippy Developers"]
|
||||||
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
|
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
|
||||||
repository = "https://github.com/rust-lang/rust-clippy"
|
repository = "https://github.com/rust-lang/rust-clippy"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "clippy_lints"
|
name = "clippy_lints"
|
||||||
# begin automatic update
|
# begin automatic update
|
||||||
version = "0.1.55"
|
version = "0.1.56"
|
||||||
# end automatic update
|
# end automatic update
|
||||||
authors = ["The Rust Clippy Developers"]
|
authors = ["The Rust Clippy Developers"]
|
||||||
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
|
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "clippy_utils"
|
name = "clippy_utils"
|
||||||
version = "0.1.55"
|
version = "0.1.56"
|
||||||
authors = ["The Rust Clippy Developers"]
|
authors = ["The Rust Clippy Developers"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue