Bump to 0.0.104
This commit is contained in:
parent
3de6f9db20
commit
4fcefe2a9e
3 changed files with 5 additions and 4 deletions
|
@ -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)*
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Add table
Reference in a new issue