Bump to 0.0.95
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc8464d..f3c51a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.
+## 0.0.95 — 2016-10-06
+* Rustup to *rustc 1.14.0-nightly (3210fd5c2 2016-10-05)*
+
## 0.0.94 — 2016-10-04
* Fixes bustage on Windows due to forbidden directory name
diff --git a/Cargo.toml b/Cargo.toml
index 96f11a2..1b8bab3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clippy"
-version = "0.0.94"
+version = "0.0.95"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
@@ -25,7 +25,7 @@
[dependencies]
# begin automatic update
-clippy_lints = { version = "0.0.94", path = "clippy_lints" }
+clippy_lints = { version = "0.0.95", path = "clippy_lints" }
# end automatic update
[dev-dependencies]
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml
index f6a2a2c..300c6d4 100644
--- a/clippy_lints/Cargo.toml
+++ b/clippy_lints/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "clippy_lints"
# begin automatic update
-version = "0.0.94"
+version = "0.0.95"
# end automatic update
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",