mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
fixed docs and tests for unstable web apis
This commit is contained in:
parent
fbf5c5a0d3
commit
f325acba55
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.1.8
|
## 0.1.8/9
|
||||||
|
|
||||||
- Fixed documentation and doc tests running for functions behind `#[cfg(web_sys_unstable_apis)]`
|
- Fixed documentation and doc tests running for functions behind `#[cfg(web_sys_unstable_apis)]`
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "leptos-use"
|
name = "leptos-use"
|
||||||
version = "0.1.8"
|
version = "0.1.9"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Marc-Stefan Cassola"]
|
authors = ["Marc-Stefan Cassola"]
|
||||||
categories = ["gui", "web-programming"]
|
categories = ["gui", "web-programming"]
|
||||||
|
@ -47,3 +47,4 @@ math = ["num"]
|
||||||
[package.metadata."docs.rs"]
|
[package.metadata."docs.rs"]
|
||||||
all-features = true
|
all-features = true
|
||||||
rustdoc-args = ["--cfg=web_sys_unstable_apis"]
|
rustdoc-args = ["--cfg=web_sys_unstable_apis"]
|
||||||
|
rustc-args = ["--cfg=web_sys_unstable_apis"]
|
Loading…
Add table
Reference in a new issue