Skip to content

Commit

Permalink
Fix building docs on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Mar 21, 2023
1 parent bf7ff55 commit 4be9cfa
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ edition = "2018"
autotests = true

[package.metadata.docs.rs]
all-features = true
features = [
"blocking",
"cookies",
"json",
"multipart",
"stream",
"trust-dns",
"socks",
"gzip",
"brotli",
"deflate",
]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]

Expand Down

0 comments on commit 4be9cfa

Please sign in to comment.