]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.71
authormcarton <cartonmartin+git@gmail.com>
Tue, 31 May 2016 21:32:04 +0000 (23:32 +0200)
committermcarton <cartonmartin+git@gmail.com>
Tue, 31 May 2016 21:36:42 +0000 (23:36 +0200)
Rustup to *rustc 1.10.0-nightly (7bddce693 2016-05-27)*

CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index b59249b257cfe4227cd538d1dc73ac1a1e1ca196..7a21dbea2c23eaca864067045dd244b655d7e286 100644 (file)
@@ -1,7 +1,8 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
-## 0.0.71 — TBD
+## 0.0.71 — 2016-05-31
+* Rustup to *rustc 1.10.0-nightly (7bddce693 2016-05-27)*
 * New lint: [`useless_let_if_seq`]
 
 ## 0.0.70 — 2016-05-28
index 828857701d5a396fb27ec216390e5632b5a79ace..ec38ce9162319192704044564d5ef89aa8622842 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.70"
+version = "0.0.71"
 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.70", path = "clippy_lints" }
+clippy_lints = { version = "0.0.71", path = "clippy_lints" }
 # end automatic update
 rustc-serialize = "0.3"
 
index c309b7a63e242ee62f3996dbc6b00e9eea330188..db6ee12450585d608c13c0e5c51206965e6911d4 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.70"
+version = "0.0.71"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",