From e0d1e83e803099ac5906266b3551563f1f717e38 Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Sun, 14 Feb 2021 21:31:21 -0600 Subject: [PATCH] Update config/testing --- .gitignore | 1 + Cargo.toml | 2 +- Changelog.md | 4 ++++ testing/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3a6ee37..ff4a5fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target /testing/target +/testing/binaries Cargo.lock diff --git a/Cargo.toml b/Cargo.toml index c9a2191..fb99e80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vga" -version = "0.2.5" +version = "0.2.6" authors = ["Ryan Kennedy "] edition = "2018" description = "Support for vga specific functions, data structures, and registers." diff --git a/Changelog.md b/Changelog.md index e19e523..a7e480f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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. diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 23ce9cb..50c079d 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -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 = [