From 5696a51e46649997ca346089e916b489a348386d Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Mon, 9 Jul 2018 18:14:26 -0400 Subject: Let warnings through. --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 865f28d..8ea1c37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0" name = "serde_qs" repository = "https://github.com/samscott89/serde_qs" readme = "README.md" -version = "0.4.0" +version = "0.4.1" [badges] diff --git a/README.md b/README.md index 4e735d4..a2ef973 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This crate works with Cargo and can be found on ```toml [dependencies] -serde_qs = "0.4.0" +serde_qs = "0.4.1" ``` [crates.io]: https://crates.io/crates/serde_qs diff --git a/src/lib.rs b/src/lib.rs index d55f0b4..2da9b2a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -116,7 +116,6 @@ unused_unsafe, unused_variables, variant_size_differences, - warnings, while_true, )] -- cgit v1.2.3