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