0.11.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ureq"
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
authors = ["Martin Algesten <martin@algesten.se>"]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user