HomeDevCentral

Swith to the minimal feature set by default

Description

Swith to the minimal feature set by default

Summary:
The docker-registry-api uses the following dependency:
limiting-factor = { path="../limiting-factor", features = ["minimal"] }

Yet, a Jenkins task to generate doc compiles it with PostgreSQL support.

It appears the default feature set is always used.

Fixes T1459.

Test Plan: Rebuild this crate, then the API crate.

Reviewers: dereckson

Reviewed By: dereckson

Maniphest Tasks: T1459

Differential Revision: https://devcentral.nasqueron.org/D1886

Details

Provenance
derecksonAuthored on Oct 11 2018, 16:13
derecksonPushed on Oct 11 2018, 16:16
Reviewer
dereckson
Differential Revision
D1886: Swith to the minimal feature set by default
Parents
rLF7b9780ed9194: Build 400 and 404 HTTP replies
Branches
Unknown
Tags
Unknown
Tasks
T1459: Make PostgreSQL integration an optional feature