mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-22 12:43:18 +00:00
Bump to 0.0.70
This commit is contained in:
parent
a892a96eeb
commit
c1d7babc92
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.0.70 — TBD
|
||||
## 0.0.70 — 2016-05-28
|
||||
* Rustup to *rustc 1.10.0-nightly (7bddce693 2016-05-27)*
|
||||
* [`invalid_regex`] and [`trivial_regex`] can now warn on `RegexSet::new`,
|
||||
`RegexBuilder::new` and byte regexes
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.69"
|
||||
version = "0.0.70"
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"Andre Bogus <bogusandre@gmail.com>",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "clippy_lints"
|
||||
version = "0.0.69"
|
||||
version = "0.0.70"
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"Andre Bogus <bogusandre@gmail.com>",
|
||||
|
|
Loading…
Reference in a new issue