Tell docs.rs to build with all features
This commit is contained in:
parent
374ad206d5
commit
605b8af445
|
|
@ -11,6 +11,9 @@ keywords = ["crypto", "tls", "ssl", "dtls"]
|
|||
categories = ["cryptography", "api-bindings"]
|
||||
build = "build.rs"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[features]
|
||||
v101 = []
|
||||
v102 = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue