From 50bfa47bc2a7e667eae4c3b94e2bd0138f595d62 Mon Sep 17 00:00:00 2001 From: Toshit Chawda Date: Fri, 24 May 2024 15:08:08 -0700 Subject: [PATCH] add scraped examples to cargo doc --- Cargo.lock | 2 +- wisp/Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e7a5cd..32ee7ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2599,7 +2599,7 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "wisp-mux" -version = "4.0.0" +version = "4.0.1" dependencies = [ "async-trait", "async_io_stream", diff --git a/wisp/Cargo.toml b/wisp/Cargo.toml index d34e360..cfb28fe 100644 --- a/wisp/Cargo.toml +++ b/wisp/Cargo.toml @@ -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"]