aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* arti: make "memquota" feature a no-opSteven Engler2025-07-311-0/+4
|
* minimal features test: Introduce new --cfg arti_features_preciseIan Jackson2024-10-221-0/+15
Work around awkward cargo behaviour and allow us to more reliably test disabled features, even if they're enabled by default at lower levels.