feat(deep_causality_sparse): Fixed feature flag pass through#403
feat(deep_causality_sparse): Fixed feature flag pass through#403marvin-hansen merged 1 commit intodeepcausality-rs:mainfrom
Conversation
Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
Describe your changes
Issue ticket number and link
Code checklist before requesting a review
For details on make, please see BUILD.md
Note: The CI runs all of the above and fixing things before they hit CI speeds
up the review and merge process. Thank you.
PR Type
Bug fix
Description
Fixed feature flag pass through in
deep_causality_sparseChanged
stdfeature to usedeep_causality_num/defaultAdded explicit
features = ["default"]to dependency configurationDiagram Walkthrough
File Walkthrough
Cargo.toml
Fix feature flag propagation to deep_causality_numdeep_causality_sparse/Cargo.toml
stdfeature flag fromdeep_causality_num/stdtodeep_causality_num/defaultfeatures = ["default"]to thedeep_causality_numdependency configuration