make docs.rs build with all features
This commit is contained in:
parent
ce50afa635
commit
8412489373
1 changed files with 3 additions and 0 deletions
|
@ -34,3 +34,6 @@ serde = { version = "1.0.219", features = ["derive"] }
|
||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
tokio = "1.45.1"
|
tokio = "1.45.1"
|
||||||
url = { version = "2.5.4", features = ["serde"] }
|
url = { version = "2.5.4", features = ["serde"] }
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue