Bump to 0.0.104

This commit is contained in:
mcarton 2016-12-17 01:27:35 +01:00
parent 3de6f9db20
commit 4fcefe2a9e
No known key found for this signature in database
GPG key ID: 5E427C794CBA45E8
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
## 0.0.104 — 2016-12-01
## 0.0.104 — 2016-12-15
* Update to *rustc 1.15.0-nightly (8f02c429a 2016-12-15)*
## 0.0.103 — 2016-11-25
* Update to *rustc 1.15.0-nightly (d5814b03e 2016-11-23)*

View file

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

View file

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