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.80 — 2016-07-31
5
+ * Rustup to * rustc 1.12.0-nightly (1225e122f 2016-07-30)*
6
+
4
7
## 0.0.79 — 2016-07-10
5
8
* Rustup to * rustc 1.12.0-nightly (f93aaf84c 2016-07-09)*
6
9
* Major suggestions refactoring
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
- version = " 0.0.79 "
3
+ version = " 0.0.80 "
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.79 " , path = " clippy_lints" }
28
+ clippy_lints = { version = " 0.0.80 " , 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.79 "
4
+ version = " 0.0.80 "
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