Update config/testing
This commit is contained in:
parent
38cc3a9868
commit
8b805d7c3b
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
/target
|
/target
|
||||||
/testing/target
|
/testing/target
|
||||||
|
/testing/binaries
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "vga"
|
name = "vga"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"]
|
authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Support for vga specific functions, data structures, and registers."
|
description = "Support for vga specific functions, data structures, and registers."
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 0.2.6
|
||||||
|
|
||||||
|
- Updatex `x86_64` to build with lastest rust nightly.
|
||||||
|
|
||||||
# 0.2.5
|
# 0.2.5
|
||||||
|
|
||||||
- Updated various out of date crates.
|
- Updated various out of date crates.
|
||||||
|
|
|
@ -11,7 +11,7 @@ spinning_top = { version = "0.2.2", features = ["nightly"] }
|
||||||
pic8259_simple = "0.2.0"
|
pic8259_simple = "0.2.0"
|
||||||
vga = { path = "../" }
|
vga = { path = "../" }
|
||||||
uart_16550 = "0.2.10"
|
uart_16550 = "0.2.10"
|
||||||
x86_64 = "0.12.2"
|
x86_64 = "0.13.2"
|
||||||
|
|
||||||
[package.metadata.bootimage]
|
[package.metadata.bootimage]
|
||||||
test-args = [
|
test-args = [
|
||||||
|
|
Loading…
Reference in a new issue