fixed docs and tests for unstable web apis

This commit is contained in:
Maccesch 2023-06-05 04:00:07 +01:00
parent fbf5c5a0d3
commit f325acba55
2 changed files with 4 additions and 3 deletions

View file

@ -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)]`

View file

@ -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"]
@ -47,3 +47,4 @@ math = ["num"]
[package.metadata."docs.rs"]
all-features = true
rustdoc-args = ["--cfg=web_sys_unstable_apis"]
rustc-args = ["--cfg=web_sys_unstable_apis"]