Skip to content

Commit

Permalink
Use target feature aes when building docs
Browse files Browse the repository at this point in the history
* Update Cargo.toml

fix https://docs.rs/crate/gxhash/latest build failed
see https://docs.rs/about/metadata

* Update Cargo.toml
  • Loading branch information
i18nsite authored May 27, 2024
1 parent 97efe40 commit a6b6544
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ harness = false

[[bench]]
name = "quality"
harness = false
harness = false

[package.metadata.docs.rs]
rustc-args = ["-C", "target-feature=+aes"]

0 comments on commit a6b6544

Please sign in to comment.