Skip to content

Commit

Permalink
Fix default features for docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Nov 14, 2023
1 parent c55974d commit 9aa50d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ venom = []

[profile.release]
debug = true

[package.metadata.docs.rs]
features = ["base64", "serde", "models", "sync", "stats", "abi"]

0 comments on commit 9aa50d9

Please sign in to comment.