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.201
5
+ * Rustup to * rustc 1.27.0-nightly (2f2a11dfc 2018-05-16)*
6
+
4
7
## 0.0.200
5
8
* Rustup to * rustc 1.27.0-nightly (9fae15374 2018-05-13)*
6
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
- version = " 0.0.200 "
3
+ version = " 0.0.201 "
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.200 " , path = " clippy_lints" }
40
+ clippy_lints = { version = " 0.0.201 " , 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.200 "
4
+ version = " 0.0.201 "
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.27.0-nightly (9fae15374 2018-05-13 )
1
+ rustc 1.27.0-nightly (2f2a11dfc 2018-05-16 )
2
2
binary: rustc
3
- commit-hash: 9fae1537462bb10fd17d07816efc17cfe4786806
4
- commit-date: 2018-05-13
3
+ commit-hash: 2f2a11dfc436fc0f401b595f22ed043c46dbebe7
4
+ commit-date: 2018-05-16
5
5
host: x86_64-unknown-linux-gnu
6
6
release: 1.27.0-nightly
7
7
LLVM version: 6.0
You can’t perform that action at this time.
0 commit comments