From b63cc13f3a05ee116139a044003cade2991726c5 Mon Sep 17 00:00:00 2001 From: debris Date: Sun, 14 Feb 2016 03:33:58 +0100 Subject: [PATCH] updated clippy to 0.0.41 --- serde/Cargo.toml | 2 +- serde_macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/serde/Cargo.toml b/serde/Cargo.toml index 125f4196..f3556edb 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -17,5 +17,5 @@ num-impls = ["num-bigint", "num-complex", "num-rational"] num-rational = ["num/rational"] [dependencies] -clippy = { version = "^0.0.39", optional = true } +clippy = { version = "^0.0.41", optional = true } num = { version = "^0.1.27", default-features = false } diff --git a/serde_macros/Cargo.toml b/serde_macros/Cargo.toml index 5b02d7f3..5390837e 100644 --- a/serde_macros/Cargo.toml +++ b/serde_macros/Cargo.toml @@ -16,7 +16,7 @@ plugin = true nightly-testing = ["clippy", "serde/nightly-testing", "serde_codegen/nightly-testing"] [dependencies] -clippy = { version = "^0.0.39", optional = true } +clippy = { version = "^0.0.41", optional = true } serde_codegen = { version = "^0.6.12", path = "../serde_codegen", default-features = false, features = ["nightly"] } [dev-dependencies]