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 compilation when only the lease feature is enabled #170

Merged
merged 2 commits into from
Aug 15, 2023

Conversation

flavio
Copy link
Contributor

@flavio flavio commented Aug 3, 2023

Compilation fails when the consumer of the kubert library has disabled all the default features and has enabled only the lease one.

The compilation fails because lease.rs uses futures_util::TryFutureExt but the features-utils library is not part of the dependencies.

flavio and others added 2 commits August 3, 2023 09:28
Compilation fails when the consumer of the kubert library has disabled
all the default features and has enabled only the `lease` one.

The compilation fails because `lease.rs` uses
`futures_util::TryFutureExt` but the `features-utils` library
is not part of the dependencies.

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
@olix0r olix0r merged commit 0bc3bbd into olix0r:main Aug 15, 2023
28 checks passed
@olix0r
Copy link
Owner

olix0r commented Aug 15, 2023

Thank you @flavio this will be included in the next release.

@flavio flavio deleted the fix-compilation-of-lease-feature branch August 30, 2023 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants