Skip to content

Commit

Permalink
Enable const-generics feature on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Jul 29, 2024
1 parent defe0a0 commit a8cef74
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 @@ -28,6 +28,9 @@ travis-ci = { repository = "dalek-cryptography/subtle", branch = "master"}
[dev-dependencies]
rand = { version = "0.8" }

[package.metadata.docs.rs]
features = ["const-generics"]

[features]
const-generics = []
# DEPRECATED: As of 2.5.1, this feature does nothing.
Expand Down

0 comments on commit a8cef74

Please sign in to comment.