From daaf84a41cae147ec11deff0aa2649eefa4ee085 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Tue, 7 Jan 2020 08:13:56 +0100 Subject: [PATCH] 0.11.3 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ed37cbd..389a417 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.11.2" +version = "0.11.3" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0" @@ -10,6 +10,9 @@ keywords = ["web", "request", "http", "rest", "client"] categories = ["web-programming::http-client"] edition = "2018" +[package.metadata."docs.rs"] +all-features = true + [features] default = ["tls", "cookies"] json = ["serde_json"] @@ -29,6 +32,3 @@ webpki = { version = "0.21", optional = true } webpki-roots = { version = "0.18", optional = true } serde_json = { version = "1", optional = true } encoding = { version = "0.2", optional = true } - -[package.metadata."docs.rs"] -all-features = true