File tree 3 files changed +6
-3
lines changed 3 files changed +6
-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.124 — 2017-04-16
5
+ * Update to * rustc 1.18.0-nightly (d5cf1cb64 2017-04-15)*
6
+
4
7
## 0.0.123 — 2017-04-07
5
8
* Fix various false positives
6
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
- version = " 0.0.123 "
3
+ version = " 0.0.124 "
4
4
authors = [
5
5
" Manish Goregaokar <manishsmail@gmail.com>" ,
6
6
" Andre Bogus <bogusandre@gmail.com>" ,
@@ -30,7 +30,7 @@ test = false
30
30
31
31
[dependencies ]
32
32
# begin automatic update
33
- clippy_lints = { version = " 0.0.123 " , path = " clippy_lints" }
33
+ clippy_lints = { version = " 0.0.124 " , path = " clippy_lints" }
34
34
# end automatic update
35
35
cargo_metadata = " 0.1.1"
36
36
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.123 "
4
+ version = " 0.0.124 "
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