]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.84
authormcarton <cartonmartin+git@gmail.com>
Thu, 18 Aug 2016 19:51:06 +0000 (21:51 +0200)
committermcarton <cartonmartin+git@gmail.com>
Thu, 18 Aug 2016 19:51:06 +0000 (21:51 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index c92ad5ca14022a7262c1d6a0dec56a4c07b8e980..818f1cedef15de8b5e389a57ddcf00b4a2be8578 100644 (file)
@@ -1,7 +1,8 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
-## 0.0.84 — TBD
+## 0.0.84 — 2016-08-18
+* Rustup to *rustc 1.13.0-nightly (aef6971ca 2016-08-17)*
 
 ## 0.0.83 — 2016-08-17
 * Rustup to *rustc 1.12.0-nightly (1bf5fa326 2016-08-16)*
index df7301cf2948525a057789a189c630f9ec54a988..4b1f5fb6fa2bbb6f90be1b486470323c07e05dca 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.83"
+version = "0.0.84"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -25,7 +25,7 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.83", path = "clippy_lints" }
+clippy_lints = { version = "0.0.84", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index 49fdd2ae714852539724422f158fc58b094aac48..20b8088b3e49bb9e431371338abc734db9f24c66 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.83"
+version = "0.0.84"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",