File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
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.76 — TBD
4
+ ## 0.0.77 — 2016-06-21
5
+ * Rustup to * rustc 1.11.0-nightly (5522e678b 2016-06-20)*
6
+ * New lints: [ ` stutter ` ] and [ ` iter_nth ` ]
7
+
8
+ ## 0.0.76 — 2016-06-10
5
9
* Rustup to * rustc 1.11.0-nightly (7d2f75a95 2016-06-09)*
6
10
* ` cargo clippy ` now automatically defines the ` clippy ` feature
7
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
- version = " 0.0.76 "
3
+ version = " 0.0.77 "
4
4
authors = [
5
5
" Manish Goregaokar <[email protected] >" ,
6
6
" Andre Bogus <[email protected] >" ,
@@ -25,7 +25,7 @@ test = false
25
25
[dependencies ]
26
26
regex_macros = { version = " 0.1.33" , optional = true }
27
27
# begin automatic update
28
- clippy_lints = { version = " 0.0.76 " , path = " clippy_lints" }
28
+ clippy_lints = { version = " 0.0.77 " , path = " clippy_lints" }
29
29
# end automatic update
30
30
31
31
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments