You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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?
The text was updated successfully, but these errors were encountered:
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
tokernel32-sys = 0.2
under each of the windows targets?The text was updated successfully, but these errors were encountered: