mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 12:42:28 +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:
|
||||
- cargo -V
|
||||
script:
|
||||
- cargo doc --all-features
|
||||
- cargo doc --no-default-features --features full
|
||||
artifacts:
|
||||
paths:
|
||||
- target/doc/
|
||||
|
|
|
@ -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 = "." }
|
||||
|
|
Loading…
Add table
Reference in a new issue