Skip to content

bitreq: Fix async feature gate#563

Open
jamillambert wants to merge 1 commit intorust-bitcoin:masterfrom
jamillambert:0421-bitreq-async-feature
Open

bitreq: Fix async feature gate#563
jamillambert wants to merge 1 commit intorust-bitcoin:masterfrom
jamillambert:0421-bitreq-async-feature

Conversation

@jamillambert
Copy link
Copy Markdown
Collaborator

The async feature was missing from a few feature gates which caused a build failure when tokio-rustls or tokio-native-tls was enabled and async was not enabled.

Add async to all the feature gates that require it.

The `async` feature was missing from a few feature gates which
caused a build failure when tokio-rustls or tokio-native-tls was enabled
and async was not enabled.
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.

1 participant