File tree 3 files changed +13
-10
lines changed 3 files changed +13
-10
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.136 - 2017-05-26
4
+ ## 0.0.137 — 2017-06-05
5
+ * Update to * rustc 1.19.0-nightly (6684d176c 2017-06-03)*
6
+
7
+ ## 0.0.136 — 2017—05—26
5
8
* Update to * rustc 1.19.0-nightly (557967766 2017-05-26)*
6
9
7
- ## 0.0.135 - 2017-05- 24
10
+ ## 0.0.135 — 2017—05— 24
8
11
* Update to * rustc 1.19.0-nightly (5b13bff52 2017-05-23)*
9
12
10
- ## 0.0.134 - 2017-05- 19
13
+ ## 0.0.134 — 2017—05— 19
11
14
* Update to * rustc 1.19.0-nightly (0ed1ec9f9 2017-05-18)*
12
15
13
- ## 0.0.133 - 2017-05- 14
16
+ ## 0.0.133 — 2017—05— 14
14
17
* Update to * rustc 1.19.0-nightly (826d8f385 2017-05-13)*
15
18
16
- ## 0.0.132 - 2017-05- 05
19
+ ## 0.0.132 — 2017—05— 05
17
20
* Fix various bugs and some ices
18
21
19
- ## 0.0.131 - 2017-05- 04
22
+ ## 0.0.131 — 2017—05— 04
20
23
* Update to * rustc 1.19.0-nightly (2d4ed8e0c 2017-05-03)*
21
24
22
- ## 0.0.130 - 2017-05- 03
25
+ ## 0.0.130 — 2017—05— 03
23
26
* Update to * rustc 1.19.0-nightly (6a5fc9eec 2017-05-02)*
24
27
25
28
## 0.0.129 — 2017-05-01
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " clippy"
3
- version = " 0.0.136 "
3
+ version = " 0.0.137 "
4
4
authors = [
5
5
" Manish Goregaokar <[email protected] >" ,
6
6
" Andre Bogus <[email protected] >" ,
@@ -31,7 +31,7 @@ test = false
31
31
32
32
[dependencies ]
33
33
# begin automatic update
34
- clippy_lints = { version = " 0.0.136 " , path = " clippy_lints" }
34
+ clippy_lints = { version = " 0.0.137 " , path = " clippy_lints" }
35
35
# end automatic update
36
36
cargo_metadata = " 0.2"
37
37
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.136 "
4
+ version = " 0.0.137 "
5
5
# end automatic update
6
6
authors = [
7
7
" Manish Goregaokar <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments