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:
parent
0251c03ceb
commit
0ac0f0f504
2 changed files with 3 additions and 2 deletions
|
@ -93,7 +93,7 @@ doc:
|
||||||
before_script:
|
before_script:
|
||||||
- cargo -V
|
- cargo -V
|
||||||
script:
|
script:
|
||||||
- cargo doc --all-features
|
- cargo doc --no-default-features --features full
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/doc/
|
- target/doc/
|
||||||
|
|
|
@ -59,7 +59,8 @@ without-openapi = []
|
||||||
openapi = ["gotham_restful_derive/openapi", "indexmap", "openapiv3"]
|
openapi = ["gotham_restful_derive/openapi", "indexmap", "openapiv3"]
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
no-default-features = true
|
||||||
|
features = ["full"]
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
gotham_restful = { path = "." }
|
gotham_restful = { path = "." }
|
||||||
|
|
Loading…
Add table
Reference in a new issue