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

kernel32-sys conflict #656

Closed
mitchmindtree opened this issue Nov 9, 2015 · 2 comments
Closed

kernel32-sys conflict #656

mitchmindtree opened this issue Nov 9, 2015 · 2 comments

Comments

@mitchmindtree
Copy link
Contributor

$ cargo build
native library `kernel32` is being linked to by more than one package, and can only be linked to by one package

  kernel32-sys v0.2.0
  kernel32-sys v0.1.4

I'm unable to test this as I don't have a windows system available to me, however the fix might just be to change kernel32-sys = 0.1 to kernel32-sys = 0.2 under each of the windows targets?

@retep998
Copy link
Contributor

retep998 commented Jan 3, 2016

This should be fixed by doing a simple cargo update as kernel32-sys = 0.2.1 fixed this.

@tomaka
Copy link
Contributor

tomaka commented Nov 3, 2016

I'm going to close this. Please reopen if it's still an issue.

@tomaka tomaka closed this as completed Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants