mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
Bump to 0.0.70
This commit is contained in:
parent
a892a96eeb
commit
c1d7babc92
@ -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 New Issue
Block a user