Update config/testing

develop
Ryan Kennedy 2021-02-14 21:31:21 -06:00
parent f34a084e28
commit e0d1e83e80
4 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/target
/testing/target
/testing/binaries
Cargo.lock

View File

@ -1,6 +1,6 @@
[package]
name = "vga"
version = "0.2.5"
version = "0.2.6"
authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"]
edition = "2018"
description = "Support for vga specific functions, data structures, and registers."

View File

@ -1,3 +1,7 @@
# 0.2.6
- Updatex `x86_64` to build with lastest rust nightly.
# 0.2.5
- Updated various out of date crates.

View File

@ -11,7 +11,7 @@ spinning_top = { version = "0.2.2", features = ["nightly"] }
pic8259_simple = "0.2.0"
vga = { path = "../" }
uart_16550 = "0.2.10"
x86_64 = "0.12.2"
x86_64 = "0.13.2"
[package.metadata.bootimage]
test-args = [