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

pass --extern to rustc for all crates #11

Merged
merged 1 commit into from
Aug 12, 2016
Merged

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Aug 12, 2016

this fixes skeptic for serde, because there's a libserde.rlib and a libserde-$somehash$.rlib
in target/debug/deps even after a cargo clean && cargo test

Should probably be extended to eliminating duplicate crates to fix #4

this fixes skeptic for serde, because there's a `libserde.rlib` and a `libserde-$somehash$.rlib`
in `target/debug/deps` even after a `cargo clean && cargo test`

Should probably be extended to eliminating duplicate crates
@brson brson merged commit 75a57ff into budziq:master Aug 12, 2016
@brson
Copy link
Collaborator

brson commented Aug 12, 2016

Thanks @oli-obk ! I'm aiming to get a new release out today.

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.

Doesn't handle multiple versions of rust nicely
2 participants