File tree 3 files changed +5
-4
lines changed 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## 0.0.86 — ?
4
+ ## 0.0.86 — 2016-08-28
5
+ * Rustup to * rustc 1.13.0-nightly (a23064af5 2016-08-27)*
5
6
* New lints: [ ` missing_docs_in_private_items ` ] , [ ` zero_prefixed_literal ` ]
6
7
7
8
## 0.0.85 — 2016-08-19
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
- version = " 0.0.85 "
3
+ version = " 0.0.86 "
4
4
authors = [
5
5
" Manish Goregaokar <manishsmail@gmail.com>" ,
6
6
" Andre Bogus <bogusandre@gmail.com>" ,
@@ -25,7 +25,7 @@ test = false
25
25
26
26
[dependencies ]
27
27
# begin automatic update
28
- clippy_lints = { version = " 0.0.85 " , path = " clippy_lints" }
28
+ clippy_lints = { version = " 0.0.86 " , path = " clippy_lints" }
29
29
# end automatic update
30
30
31
31
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy_lints"
3
3
# begin automatic update
4
- version = " 0.0.85 "
4
+ version = " 0.0.86 "
5
5
# end automatic update
6
6
authors = [
7
7
" Manish Goregaokar <manishsmail@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments