We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690a0b7 commit d401ea1Copy full SHA for d401ea1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "uart_16550"
3
-version = "0.2.17"
+version = "0.2.18"
4
authors = ["Lachlan Sneff <lachlan.sneff@gmail.com>", "Philipp Oppermann <dev@phil-opp.com>"]
5
description = "Minimal support for uart_16550 serial output."
6
license = "MIT"
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.2.18 – 2022-04-16
+
- Remove use of `stable` and `nightly` features ([#24](https://github.com/rust-osdev/uart_16550/pull/24))
7
# 0.2.17 – 2022-03-28
0 commit comments