Skip to content

Commit c1d7bab

Browse files
committed
Bump to 0.0.70
1 parent a892a96 commit c1d7bab

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## 0.0.70 — TBD
4+
## 0.0.70 — 2016-05-28
5+
* Rustup to *rustc 1.10.0-nightly (7bddce693 2016-05-27)*
56
* [`invalid_regex`] and [`trivial_regex`] can now warn on `RegexSet::new`,
67
`RegexBuilder::new` and byte regexes
78

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.69"
3+
version = "0.0.70"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy_lints"
3-
version = "0.0.69"
3+
version = "0.0.70"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",

0 commit comments

Comments
 (0)