Skip to content

Commit 5c51a24

Browse files
committed
Bump to 0.0.71
Rustup to *rustc 1.10.0-nightly (7bddce6 2016-05-27)*
1 parent 2811dd6 commit 5c51a24

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## 0.0.71 — TBD
4+
## 0.0.71 — 2016-05-31
5+
* Rustup to *rustc 1.10.0-nightly (7bddce693 2016-05-27)*
56
* New lint: [`useless_let_if_seq`]
67

78
## 0.0.70 — 2016-05-28

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.70"
3+
version = "0.0.71"
44
authors = [
55
"Manish Goregaokar <manishsmail@gmail.com>",
66
"Andre Bogus <bogusandre@gmail.com>",
@@ -30,7 +30,7 @@ toml = "0.1"
3030
unicode-normalization = "0.1"
3131
quine-mc_cluskey = "0.2.2"
3232
# begin automatic update
33-
clippy_lints = { version = "0.0.70", path = "clippy_lints" }
33+
clippy_lints = { version = "0.0.71", path = "clippy_lints" }
3434
# end automatic update
3535
rustc-serialize = "0.3"
3636

clippy_lints/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clippy_lints"
33
# begin automatic update
4-
version = "0.0.70"
4+
version = "0.0.71"
55
# end automatic update
66
authors = [
77
"Manish Goregaokar <manishsmail@gmail.com>",

0 commit comments

Comments
 (0)