]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.90
authormcarton <cartonmartin+git@gmail.com>
Fri, 9 Sep 2016 18:26:11 +0000 (20:26 +0200)
committermcarton <cartonmartin+git@gmail.com>
Sat, 10 Sep 2016 17:13:55 +0000 (19:13 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index b6322479e45da25ffe92078e3711b26fd748a3a7..f6163d54ef60ab9c83f4523ad611c2e801677f21 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.90 — 2016-09-09
+* Rustup to *rustc 1.13.0-dev (f1f40f850 2016-09-09)*
+
 ## 0.0.89 — 2016-09-06
 * Rustup to *rustc 1.13.0-nightly (cbe4de78e 2016-09-05)*
 
index 7e83e45d856e76f07ce1202afbf3e4fc80cbb809..80f821a1b41c6dce1abee8389c6aeda517c0eef5 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.89"
+version = "0.0.90"
 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.89", path = "clippy_lints" }
+clippy_lints = { version = "0.0.90", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index 50eba2aee4f88720b4e5ace0d508283521fb11d9..a7e863c29688c96294cb12f9f822c48b1c14641c 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.89"
+version = "0.0.90"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",