mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 19:58:32 +00:00
Bump to 0.0.78
This commit is contained in:
parent
55b78ae478
commit
f609ac5b58
@ -1,7 +1,8 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## 0.0.78 - TBA
|
## 0.0.78 - 2016-07-02
|
||||||
|
* Rustup to *rustc 1.11.0-nightly (01411937f 2016-07-01)*
|
||||||
* New lints: [`wrong_transmute`, `double_neg`]
|
* New lints: [`wrong_transmute`, `double_neg`]
|
||||||
* For compatibility, `cargo clippy` does not defines the `clippy` feature
|
* For compatibility, `cargo clippy` does not defines the `clippy` feature
|
||||||
introduced in 0.0.76 anymore
|
introduced in 0.0.76 anymore
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clippy"
|
name = "clippy"
|
||||||
version = "0.0.77"
|
version = "0.0.78"
|
||||||
authors = [
|
authors = [
|
||||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||||
"Andre Bogus <bogusandre@gmail.com>",
|
"Andre Bogus <bogusandre@gmail.com>",
|
||||||
@ -25,7 +25,7 @@ test = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# begin automatic update
|
# begin automatic update
|
||||||
clippy_lints = { version = "0.0.77", path = "clippy_lints" }
|
clippy_lints = { version = "0.0.78", path = "clippy_lints" }
|
||||||
# end automatic update
|
# end automatic update
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clippy_lints"
|
name = "clippy_lints"
|
||||||
# begin automatic update
|
# begin automatic update
|
||||||
version = "0.0.77"
|
version = "0.0.78"
|
||||||
# end automatic update
|
# end automatic update
|
||||||
authors = [
|
authors = [
|
||||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||||
|
Loading…
Reference in New Issue
Block a user