add scraped examples to cargo doc

This commit is contained in:
Toshit Chawda 2024-05-24 15:08:08 -07:00
parent 855fa610ed
commit 50bfa47bc2
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
2 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2599,7 +2599,7 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
[[package]]
name = "wisp-mux"
version = "4.0.0"
version = "4.0.1"
dependencies = [
"async-trait",
"async_io_stream",

View file

@ -1,6 +1,6 @@
[package]
name = "wisp-mux"
version = "4.0.0"
version = "4.0.1"
license = "LGPL-3.0-only"
description = "A library for easily creating Wisp servers and clients."
homepage = "https://github.com/MercuryWorkshop/epoxy-tls/tree/multiplexed/wisp"
@ -29,3 +29,4 @@ wasm = ["futures-timer/wasm-bindgen"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]