Bump to 0.0.84

This commit is contained in:
mcarton
2016-08-18 21:51:06 +02:00
parent 5fff9e4ce5
commit 663d8497aa
3 changed files with 5 additions and 4 deletions
+2 -1
View 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)*
+2 -2
View 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]
+1 -1
View 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>",