mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Bump to 0.0.75
This commit is contained in:
parent
3415a18feb
commit
11ea3b8be9
3 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.0.75 — 2016-06-08
|
||||
* Rustup to *rustc 1.11.0-nightly (763f9234b 2016-06-06)*
|
||||
|
||||
## 0.0.74 — 2016-06-07
|
||||
* Fix bug with `cargo-clippy` JSON parsing
|
||||
* Add the `CLIPPY_DISABLE_WIKI_LINKS` environment variable to deactivate the
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.74"
|
||||
version = "0.0.75"
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"Andre Bogus <bogusandre@gmail.com>",
|
||||
|
@ -30,7 +30,7 @@ toml = "0.1"
|
|||
unicode-normalization = "0.1"
|
||||
quine-mc_cluskey = "0.2.2"
|
||||
# begin automatic update
|
||||
clippy_lints = { version = "0.0.74", path = "clippy_lints" }
|
||||
clippy_lints = { version = "0.0.75", path = "clippy_lints" }
|
||||
# end automatic update
|
||||
rustc-serialize = "0.3"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "clippy_lints"
|
||||
# begin automatic update
|
||||
version = "0.0.74"
|
||||
version = "0.0.75"
|
||||
# end automatic update
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
|
|
Loading…
Reference in a new issue