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

Add client transport features #439

Merged
merged 4 commits into from
May 30, 2019
Merged

Add client transport features #439

merged 4 commits into from
May 30, 2019

Conversation

ascjones
Copy link
Contributor

Resolves #431.

I've changed the CI script to run core-client build for the new features with --manifest-path=core-client/Cargo.toml since the features don't work with the top level cargo workspace.

@dvdplm
Copy link
Contributor

dvdplm commented May 30, 2019

the features don't work with the top level cargo workspace.

Like in general or just in this project? Seems like a footgun worth knowing about!

@tomusdrw
Copy link
Contributor

Like in general or just in this project? Seems like a footgun worth knowing about!

I think in general, the point of workspace is just to group a bunch of related projects, but a workspace crate can't really be imported or used as a library.

@ascjones
Copy link
Contributor Author

rust-lang/cargo#5015

@dvdplm
Copy link
Contributor

dvdplm commented May 30, 2019

Will this fix CI you reckon?

@ascjones
Copy link
Contributor Author

Cleared the caches and reran - seemed to do the trick

@ascjones ascjones merged commit 8c0ada4 into master May 30, 2019
@ascjones ascjones deleted the aj-transport-features branch May 30, 2019 08:33
dvdplm added a commit that referenced this pull request May 30, 2019
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.

Add features for client transports
3 participants