rust-osdev / uart_16550

Minimal support for uart_16550 serial output.
MIT License
30 stars 23 forks source link

enable usage with non-nightly rust #7

Closed haraldh closed 4 years ago

haraldh commented 4 years ago

default is "nightly"

to compile with stable rust: uart_16550 = { version = "0.2.4", default-features = false, features = [ "stable" ] }

phil-opp commented 4 years ago

Published as version 0.2.4