File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 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.178
5
+ * Rustup to * rustc 1.25.0-nightly (ee220daca 2018-01-07)*
6
+
4
7
## 0.0.177
5
8
* Rustup to * rustc 1.24.0-nightly (250b49205 2017-12-21)*
6
9
* New lint: [ ` match_as_ref ` ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
- version = " 0.0.177 "
3
+ version = " 0.0.178 "
4
4
authors = [
5
5
" Manish Goregaokar <manishsmail@gmail.com>" ,
6
6
" Andre Bogus <bogusandre@gmail.com>" ,
@@ -37,7 +37,7 @@ path = "src/driver.rs"
37
37
38
38
[dependencies ]
39
39
# begin automatic update
40
- clippy_lints = { version = " 0.0.177 " , path = " clippy_lints" }
40
+ clippy_lints = { version = " 0.0.178 " , path = " clippy_lints" }
41
41
# end automatic update
42
42
cargo_metadata = " 0.2"
43
43
regex = " 0.2"
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.177 "
4
+ version = " 0.0.178 "
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