Skip to content

Commit

Permalink
0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgesten committed Jan 7, 2020
1 parent a4bae72 commit daaf84a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]
Expand All @@ -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

0 comments on commit daaf84a

Please sign in to comment.