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
I was trying to compile a file using vga as a dependance. However, it uses an out of date version of the x86_64 crate (v0.12.4 while v0.13.2 is available as of writing).
With the new nightly versions, the old x86_64 refuses to compile. I therefore suggest that the dependency for x86_64 is updated.
The text was updated successfully, but these errors were encountered:
Thanks for the update to fix the build. I also updated the workflow and published a new crate, so everything should build correctly now. Let me know if the new version works for you and I'll close this issue.
Hello,
I was trying to compile a file using vga as a dependance. However, it uses an out of date version of the x86_64 crate (v0.12.4 while v0.13.2 is available as of writing).
With the new nightly versions, the old x86_64 refuses to compile. I therefore suggest that the dependency for x86_64 is updated.
The text was updated successfully, but these errors were encountered: