1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00

fix features for doc

This commit is contained in:
Dominic 2021-01-15 17:33:40 +01:00
parent 0251c03ceb
commit 0ac0f0f504
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 3 additions and 2 deletions

View file

@ -93,7 +93,7 @@ doc:
before_script:
- cargo -V
script:
- cargo doc --all-features
- cargo doc --no-default-features --features full
artifacts:
paths:
- target/doc/

View file

@ -59,7 +59,8 @@ without-openapi = []
openapi = ["gotham_restful_derive/openapi", "indexmap", "openapiv3"]
[package.metadata.docs.rs]
all-features = true
no-default-features = true
features = ["full"]
[patch.crates-io]
gotham_restful = { path = "." }