Bump to 0.0.79

This commit is contained in:
mcarton 2016-07-10 15:43:06 +02:00
parent 3a201f43ec
commit 62ddefc783
3 changed files with 5 additions and 4 deletions

View file

@ -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.79 — ? ## 0.0.79 — 2016-07-10
* Rustup to *rustc 1.12.0-nightly (f93aaf84c 2016-07-09)*
* Major suggestions refactoring * Major suggestions refactoring
## 0.0.78 — 2016-07-02 ## 0.0.78 — 2016-07-02

View file

@ -1,6 +1,6 @@
[package] [package]
name = "clippy" name = "clippy"
version = "0.0.78" version = "0.0.79"
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.78", path = "clippy_lints" } clippy_lints = { version = "0.0.79", path = "clippy_lints" }
# end automatic update # end automatic update
[dev-dependencies] [dev-dependencies]

View file

@ -1,7 +1,7 @@
[package] [package]
name = "clippy_lints" name = "clippy_lints"
# begin automatic update # begin automatic update
version = "0.0.78" version = "0.0.79"
# end automatic update # end automatic update
authors = [ authors = [
"Manish Goregaokar <manishsmail@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>",