Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix individual crate compilation failures #1365

Merged
merged 1 commit into from
Nov 24, 2020

Conversation

teor2345
Copy link
Contributor

Motivation

Some Zebra crates don't compile individually due to missing features in their dependencies.

Solution

Add those features to each crate's dependency list.

Review

@hdevalence can review this change whenever he likes.

It would be nice to get it fixed before the first alpha.

Follow Up Work

Detect these kind of dependency bugs in CI #1364

Some Zebra crates don't compile individually due to missing features in
their dependencies. Add those features to each crate's dependency list.
@teor2345 teor2345 added C-bug Category: This is a bug A-dependencies Area: Dependency file updates labels Nov 24, 2020
@teor2345 teor2345 added this to the First Alpha Release milestone Nov 24, 2020
@teor2345 teor2345 requested a review from hdevalence November 24, 2020 07:02
@teor2345 teor2345 self-assigned this Nov 24, 2020
Copy link
Contributor

@hdevalence hdevalence left a comment

Choose a reason for hiding this comment

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

LGTM

@hdevalence hdevalence merged commit 6387dfe into ZcashFoundation:main Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency file updates C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants