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

Use Cargo Workspaces #411

Closed
sgrif opened this Issue Aug 18, 2016 · 2 comments

Comments

Projects
None yet
2 participants
@sgrif
Member

sgrif commented Aug 18, 2016

This feature landed relatively recently and I think it can benefit us by cutting down on test times. We should figure out how to use it and integrate it into our crates.

@killercup

This comment has been minimized.

Member

killercup commented Aug 19, 2016

I'm not sure how to define a workspace in / when all crates live in /<name>/, most projects have one top-level crate where they define a workspace. matthiasbeyer/imag#624 is an example of a project with not top-level crate trying to add workspaces.

@killercup

This comment has been minimized.

Member

killercup commented Jan 1, 2017

This has been done, so I'm gonna close this issue. See #557, though.

@killercup killercup closed this Jan 1, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment