fixed docs.rs with all-features=true

This commit is contained in:
Maccesch 2023-06-03 16:23:58 +01:00
parent e9a29fc89a
commit 9f4962410b
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.1.6
- Fixed documentation so all feature are documented
## 0.1.5 ## 0.1.5
#### New Functions #### New Functions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "leptos-use" name = "leptos-use"
version = "0.1.5" version = "0.1.6"
edition = "2021" edition = "2021"
authors = ["Marc-Stefan Cassola"] authors = ["Marc-Stefan Cassola"]
categories = ["gui", "web-programming"] categories = ["gui", "web-programming"]
@ -41,3 +41,6 @@ features = [
[features] [features]
docs = [] docs = []
math = ["num"] math = ["num"]
[package.metadata."docs.rs"]
all-features = true