]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.94
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 4 Oct 2016 03:47:09 +0000 (09:17 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 4 Oct 2016 03:47:09 +0000 (09:17 +0530)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index 556c070b3443e206e66582baeaec33b7ef7c1a2a..4be0eb868ae96910599252e7f9c4e22faf9cfcf8 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.94 — 2016-10-04
+* Fixes bustage on Windows due to forbidden directory name
+
 ## 0.0.93 — 2016-10-03
 * Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*
 * [`option_map_unwrap_or`] and [`option_map_unwrap_or_else`] are now
index 33902bcdc796640e7ac6902d8f33355ad9754421..96f11a24848a6f8b0ef5f064373fafb640ade229 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.93"
+version = "0.0.94"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -25,7 +25,7 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.93", path = "clippy_lints" }
+clippy_lints = { version = "0.0.94", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index f674da56dac3639a7217b921a4e0c06d37b20127..f6a2a2cd74cca4f64f8838f086c402e4c8e4fc90 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.93"
+version = "0.0.94"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",