Skip to content

Commit d914106

Browse files
committed
Bump to 0.0.212
1 parent 184b99d commit d914106

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 0.0.212
5+
* Rustup to *rustc 1.29.0-nightly (e06c87544 2018-07-06)*
6+
47
## 0.0.211
58
* Rustup to *rustc 1.28.0-nightly (e3bf634e0 2018-06-28)*
69

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-features = ["edition"]
22

33
[package]
44
name = "clippy"
5-
version = "0.0.211"
5+
version = "0.0.212"
66
authors = [
77
"Manish Goregaokar <[email protected]>",
88
"Andre Bogus <[email protected]>",
@@ -40,7 +40,7 @@ path = "src/driver.rs"
4040

4141
[dependencies]
4242
# begin automatic update
43-
clippy_lints = { version = "0.0.211", path = "clippy_lints" }
43+
clippy_lints = { version = "0.0.212", path = "clippy_lints" }
4444
# end automatic update
4545
regex = "1"
4646
semver = "0.9"

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cargo-features = ["edition"]
33
[package]
44
name = "clippy_lints"
55
# begin automatic update
6-
version = "0.0.211"
6+
version = "0.0.212"
77
# end automatic update
88
authors = [
99
"Manish Goregaokar <[email protected]>",

0 commit comments

Comments
 (0)