Skip to content

Commit

Permalink
enable all features for docs.rs metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Nov 21, 2024
1 parent 19730e0 commit 468affe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ serde_json = { version = "1.0.110", optional = true }
[build-dependencies]
serde = { version = "1.0.194", features = ["derive"] }
serde_json = { version = "1.0.110", features = ["preserve_order"] }

[package.metadata.docs.rs]
all-features = true

0 comments on commit 468affe

Please sign in to comment.