Skip to content

Comments

fix: stacks requires reqwest/json feature#1534

Merged
naps62 merged 2 commits intomainfrom
fix-stacks-json
Jan 28, 2026
Merged

fix: stacks requires reqwest/json feature#1534
naps62 merged 2 commits intomainfrom
fix-stacks-json

Conversation

@naps62
Copy link
Member

@naps62 naps62 commented Jan 28, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 28, 2026 10:49
@naps62 naps62 added the B-bugfix Something is working again label Jan 28, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a missing feature dependency issue where the stacks crate uses reqwest's JSON functionality without declaring the required feature flag. Additionally, it improves the development workflow by ensuring the bacon check command tests all features.

Changes:

  • Added json feature to reqwest dependency in stacks crate
  • Updated bacon.toml check command to include --all-features flag for better feature coverage during development

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
crates/stacks/Cargo.toml Adds features = ["json"] to reqwest dependency, which is required for .json() method calls used in the stacks crate
bacon.toml Adds --all-features flag to check command and reformats to multi-line array for better readability, aligning with CI configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@naps62 naps62 enabled auto-merge (squash) January 28, 2026 11:04
@naps62 naps62 merged commit 0f3eadb into main Jan 28, 2026
7 checks passed
@naps62 naps62 deleted the fix-stacks-json branch January 28, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B-bugfix Something is working again

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant