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 uart_16550 to 0.3.2 #495

Merged
merged 1 commit into from
Feb 16, 2025
Merged

Update uart_16550 to 0.3.2 #495

merged 1 commit into from
Feb 16, 2025

Conversation

Stazer
Copy link
Contributor

@Stazer Stazer commented Feb 14, 2025

Hey,

updating my current project to the 0.15 version of the x86_64 crate introduces compiling issues since the uart_16550 crate version 0.2.18 refers to the x86_64 crate version 0.14. Here is an output from cargo tree:

├── bootloader-x86_64-common v0.11.10
│   ├── bootloader-boot-config v0.11.10
...
│   ├── bootloader_api v0.11.10
...
│   ├── uart_16550 v0.2.19
...
│   │   └── x86_64 v0.14.13
...
│   ├── x86_64 v0.15.2
...

I have updated uart_16550 accordingly. It does not depend on x86_64 anymore with version 0.3.2.

Best Regards

Copy link
Member

@Freax13 Freax13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

Looks good to me, thanks! :shipit:

@Freax13 Freax13 merged commit d30906c into rust-osdev:main Feb 16, 2025
8 checks passed
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.

2 participants