]> git.lizzy.rs Git - rust.git/commitdiff
version bump
authorOliver 'ker' Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 8 Nov 2016 10:44:55 +0000 (11:44 +0100)
committerOliver 'ker' Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 8 Nov 2016 10:44:55 +0000 (11:44 +0100)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index 7904f8accef66a8546ab4c8bf6e713135628b3c0..c48138f12b6ae247083b7d2e69555d55b4d633b0 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.98 — 2016-11-08
+* Fixes a an issue due to a change in how cargo handles `--sysroot`, which broke `cargo clippy`
+
 ## 0.0.97 — 2016-11-03
 * For convenience, `cargo clippy` defines a `cargo-clippy` feature. This was
   previously added for a short time under the name `clippy` but removed for
index 09600e7e582217073b51fc393ef6a525c19922c4..7cd83c12eae38b5c76570620a6097ff6989258e4 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.97"
+version = "0.0.98"
 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.97", path = "clippy_lints" }
+clippy_lints = { version = "0.0.98", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index 71f10cbb438e063465fc701cde066320ba4e6a51..b7f541e09b091e4b112c2e8e74b101ff2225c3e8 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.97"
+version = "0.0.98"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",