Skip to content

Commit a8cef74

Browse files
committed
Enable const-generics feature on docs.rs
1 parent defe0a0 commit a8cef74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ travis-ci = { repository = "dalek-cryptography/subtle", branch = "master"}
2828
[dev-dependencies]
2929
rand = { version = "0.8" }
3030

31+
[package.metadata.docs.rs]
32+
features = ["const-generics"]
33+
3134
[features]
3235
const-generics = []
3336
# DEPRECATED: As of 2.5.1, this feature does nothing.

0 commit comments

Comments
 (0)