Updated readme and version
This commit is contained in:
parent
c5d21bd38c
commit
3544c8ca79
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "vga"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "Support for vga specific functions, data structures, and registers."
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# 0.2.5
|
||||
|
||||
- Updated various out of date crates.
|
||||
|
||||
# 0.2.4
|
||||
|
||||
- Updated `x86_64` to fix deprecated `asm!` macro.
|
||||
|
|
Loading…
Reference in a new issue