File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
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.204
5
+ * Rustup to * rustc 1.28.0-nightly (71e87be38 2018-05-22)*
6
+
4
7
## 0.0.203
5
8
* Rustup to * rustc 1.28.0-nightly (a3085756e 2018-05-19)*
6
9
* clippy attributes are now of the form ` clippy::cyclomatic_complexity ` instead of ` clippy(cyclomatic_complexity) `
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
- version = " 0.0.203 "
3
+ version = " 0.0.204 "
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.203 " , path = " clippy_lints" }
40
+ clippy_lints = { version = " 0.0.204 " , path = " clippy_lints" }
41
41
# end automatic update
42
42
regex = " 1"
43
43
semver = " 0.9"
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.203 "
4
+ version = " 0.0.204 "
5
5
# end automatic update
6
6
authors = [
7
7
" Manish Goregaokar <manishsmail@gmail.com>" ,
Original file line number Diff line number Diff line change 1
- rustc 1.28.0-nightly (a3085756e 2018-05-19 )
1
+ rustc 1.28.0-nightly (71e87be38 2018-05-22 )
2
2
binary: rustc
3
- commit-hash: a3085756edf66459109c4b07948b08fe3e78bc3b
4
- commit-date: 2018-05-19
3
+ commit-hash: 71e87be381bd6020645d925c579fa7367167d3d8
4
+ commit-date: 2018-05-22
5
5
host: x86_64-unknown-linux-gnu
6
6
release: 1.28.0-nightly
7
7
LLVM version: 6.0
You can’t perform that action at this time.
0 commit comments