We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4973fe0 commit 8f5ef49Copy full SHA for 8f5ef49
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "uart_16550"
3
-version = "0.2.12"
+version = "0.2.13"
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.13 – 2021-04-30
+
- Update x86_64 dependency and make it more robust ([#14](https://github.com/rust-osdev/uart_16550/pull/14))
7
# 0.2.12 – 2021-02-02
0 commit comments