Skip to content

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

4 participants