Commit e744afd
fix(build): Ungate ProgressBarMode::Response from managed feature (#3247)
## Summary
- `ProgressBarMode::Response` was gated behind `#[cfg(not(feature =
"managed"))]` because its only consumer (`download_with_progress`) was
also managed-gated
- The new `download_installable_build` method (used by `build download`)
references this variant without a managed gate, breaking the Docker
build (`--features managed`)
- The progress bar has nothing to do with managed mode — remove the
feature gate from the variant and simplify the `response()` method
#skip-changelog
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5477440 commit e744afd
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
| |||
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 143 | + | |
151 | 144 | | |
152 | 145 | | |
0 commit comments