Bump to 0.0.102

This commit is contained in:
mcarton 2016-11-23 22:45:00 +01:00
parent c7e3cc1e27
commit 9a92ed4e3e
No known key found for this signature in database
GPG key ID: 5E427C794CBA45E8
3 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.
## 0.0.102 — date
* Update to *rustc 1.15.0-nightly (3bf2be9ce 2016-11-22)*
## 0.0.101 — 2016-11-23
* Update to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*
* New lint: [`string_extend_chars`]

View file

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

View file

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