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

Update to x86_64 0.7.3 and bitflags 1.1.0 #1

Merged
merged 1 commit into from
Sep 25, 2019
Merged

Conversation

phil-opp
Copy link
Member

@phil-opp phil-opp commented Jul 18, 2019

The only code change is that the internal line_sts function takes &mut self instead of &self now. This is required since the newest x86_64 requires a &mut reference for reading from an I/O port (since it is an operation with side effects).

@phil-opp phil-opp requested a review from lachlansneff July 18, 2019 08:45
@phil-opp
Copy link
Member Author

ping @lachlansneff

@phil-opp phil-opp merged commit 0beeb78 into master Sep 25, 2019
@phil-opp phil-opp deleted the dependency-updates branch September 25, 2019 11:12
@phil-opp
Copy link
Member Author

Published as version 0.2.1

phil-opp pushed a commit that referenced this pull request Jun 6, 2021
Simplify cargo features by making `x86_64` a target-specific dependency
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.

1 participant