Skip to content

Commit c0bf3a4

Browse files
committed
Version bump
1 parent f400548 commit c0bf3a4

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
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.201
5+
* Rustup to *rustc 1.27.0-nightly (2f2a11dfc 2018-05-16)*
6+
47
## 0.0.200
58
* Rustup to *rustc 1.27.0-nightly (9fae15374 2018-05-13)*
69

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.200"
3+
version = "0.0.201"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",
@@ -37,7 +37,7 @@ path = "src/driver.rs"
3737

3838
[dependencies]
3939
# begin automatic update
40-
clippy_lints = { version = "0.0.200", path = "clippy_lints" }
40+
clippy_lints = { version = "0.0.201", path = "clippy_lints" }
4141
# end automatic update
4242
regex = "1"
4343
semver = "0.9"

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.200"
4+
version = "0.0.201"
55
# end automatic update
66
authors = [
77
"Manish Goregaokar <[email protected]>",

min_version.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
rustc 1.27.0-nightly (9fae15374 2018-05-13)
1+
rustc 1.27.0-nightly (2f2a11dfc 2018-05-16)
22
binary: rustc
3-
commit-hash: 9fae1537462bb10fd17d07816efc17cfe4786806
4-
commit-date: 2018-05-13
3+
commit-hash: 2f2a11dfc436fc0f401b595f22ed043c46dbebe7
4+
commit-date: 2018-05-16
55
host: x86_64-unknown-linux-gnu
66
release: 1.27.0-nightly
77
LLVM version: 6.0

0 commit comments

Comments
 (0)