mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Version bump
This commit is contained in:
parent
f400548391
commit
c0bf3a4696
4 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,9 @@
|
|||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.0.201
|
||||
* Rustup to *rustc 1.27.0-nightly (2f2a11dfc 2018-05-16)*
|
||||
|
||||
## 0.0.200
|
||||
* Rustup to *rustc 1.27.0-nightly (9fae15374 2018-05-13)*
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.200"
|
||||
version = "0.0.201"
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"Andre Bogus <bogusandre@gmail.com>",
|
||||
|
@ -37,7 +37,7 @@ path = "src/driver.rs"
|
|||
|
||||
[dependencies]
|
||||
# begin automatic update
|
||||
clippy_lints = { version = "0.0.200", path = "clippy_lints" }
|
||||
clippy_lints = { version = "0.0.201", path = "clippy_lints" }
|
||||
# end automatic update
|
||||
regex = "1"
|
||||
semver = "0.9"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "clippy_lints"
|
||||
# begin automatic update
|
||||
version = "0.0.200"
|
||||
version = "0.0.201"
|
||||
# end automatic update
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
rustc 1.27.0-nightly (9fae15374 2018-05-13)
|
||||
rustc 1.27.0-nightly (2f2a11dfc 2018-05-16)
|
||||
binary: rustc
|
||||
commit-hash: 9fae1537462bb10fd17d07816efc17cfe4786806
|
||||
commit-date: 2018-05-13
|
||||
commit-hash: 2f2a11dfc436fc0f401b595f22ed043c46dbebe7
|
||||
commit-date: 2018-05-16
|
||||
host: x86_64-unknown-linux-gnu
|
||||
release: 1.27.0-nightly
|
||||
LLVM version: 6.0
|
||||
|
|
Loading…
Reference in a new issue