rust-osdev / uart_16550

Minimal support for uart_16550 serial output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

might want to update the x86_64 dep

haraldh opened this issue · comments

x86_64 = "0.7.3"

Sure! I'd be happy to merge a pull request for this.

Btw, there is dependabot automatically filing PRs for dep updates, which would trigger the CI :)

My problem with depandabot is that it will file a PR for every single patch version, which is not necessary with cargo and semantic versioning.