Skip to content

Commit

Permalink
Document rayon extensions on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr committed Jan 26, 2024
1 parent 4265bba commit e1b5d90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ equivalent = { version = "1.0", optional = true }

parking_lot = { version = "0.12", optional = true }
rayon = { version = "1.6", optional = true }


[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit e1b5d90

Please sign in to comment.