Skip to content

Commit

Permalink
chore: enable strings for docs.rs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Jan 9, 2025
1 parent 1bb7526 commit 837e9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ split-linked-modules = true

[package.metadata.docs.rs]
# TODO: manage builds for docs.rs based on their documentation https://docs.rs/about
features = ["boolean", "shortint", "integer", "gpu", "zk-pok", "software-prng"]
features = ["boolean", "shortint", "integer", "gpu", "zk-pok", "software-prng", "strings"]
rustdoc-args = ["--html-in-header", "katex-header.html"]

###########
Expand Down

0 comments on commit 837e9bc

Please sign in to comment.