From f325acba5525ff045a1580d6badc0f46c11e346f Mon Sep 17 00:00:00 2001 From: Maccesch Date: Mon, 5 Jun 2023 04:00:07 +0100 Subject: [PATCH] fixed docs and tests for unstable web apis --- CHANGELOG.md | 2 +- Cargo.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c96a19..d9712d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.1.8 +## 0.1.8/9 - Fixed documentation and doc tests running for functions behind `#[cfg(web_sys_unstable_apis)]` diff --git a/Cargo.toml b/Cargo.toml index 0b614d4..54fcfd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"] @@ -46,4 +46,5 @@ math = ["num"] [package.metadata."docs.rs"] all-features = true -rustdoc-args = ["--cfg=web_sys_unstable_apis"] \ No newline at end of file +rustdoc-args = ["--cfg=web_sys_unstable_apis"] +rustc-args = ["--cfg=web_sys_unstable_apis"] \ No newline at end of file