Skip to content

Commit e110b5d

Browse files
authored
Merge pull request #22 from rust-osdev/develop
Update config/testing
2 parents f34a084 + e0d1e83 commit e110b5d

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/target
22
/testing/target
3+
/testing/binaries
34
Cargo.lock

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vga"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"]
55
edition = "2018"
66
description = "Support for vga specific functions, data structures, and registers."

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.6
2+
3+
- Updatex `x86_64` to build with lastest rust nightly.
4+
15
# 0.2.5
26

37
- Updated various out of date crates.

testing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spinning_top = { version = "0.2.2", features = ["nightly"] }
1111
pic8259_simple = "0.2.0"
1212
vga = { path = "../" }
1313
uart_16550 = "0.2.10"
14-
x86_64 = "0.12.2"
14+
x86_64 = "0.13.2"
1515

1616
[package.metadata.bootimage]
1717
test-args = [

0 commit comments

Comments
 (0)