Skip to content

Commit 86a2c94

Browse files
committed
Bump to 0.0.68
1 parent ca05e93 commit 86a2c94

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 0.0.68 — 2016-05-17
5+
* Rustup to *rustc 1.10.0-nightly (cd6a40017 2016-05-16)*
6+
* New lint: [`unnecessary_operation`]
7+
48
## 0.0.67 — 2016-05-12
59
* Rustup to *rustc 1.10.0-nightly (22ac88f1a 2016-05-11)*
610

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.67"
3+
version = "0.0.68"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",

0 commit comments

Comments
 (0)