Bump to 0.0.95
This commit is contained in:
parent
fc09eb553e
commit
a4035aabf3
@ -1,6 +1,9 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## 0.0.94 — 2016-10-04
|
||||||
* Fixes bustage on Windows due to forbidden directory name
|
* Fixes bustage on Windows due to forbidden directory name
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clippy"
|
name = "clippy"
|
||||||
version = "0.0.94"
|
version = "0.0.95"
|
||||||
authors = [
|
authors = [
|
||||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||||
"Andre Bogus <bogusandre@gmail.com>",
|
"Andre Bogus <bogusandre@gmail.com>",
|
||||||
@ -25,7 +25,7 @@ test = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# begin automatic update
|
# begin automatic update
|
||||||
clippy_lints = { version = "0.0.94", path = "clippy_lints" }
|
clippy_lints = { version = "0.0.95", path = "clippy_lints" }
|
||||||
# end automatic update
|
# end automatic update
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clippy_lints"
|
name = "clippy_lints"
|
||||||
# begin automatic update
|
# begin automatic update
|
||||||
version = "0.0.94"
|
version = "0.0.95"
|
||||||
# end automatic update
|
# end automatic update
|
||||||
authors = [
|
authors = [
|
||||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user