Skip to content

Commit f959cc1

Browse files
authored
Merge pull request intermezzOS#109 from WilsonGiese/x86-bump
Update x86 from v0.8.0 to v0.8.1
2 parents 11278a2 + 9617022 commit f959cc1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build = "build.rs"
1010
lazy_static = { version = "0.2.1", features = ["spin_no_std"] }
1111
rlibc = "1.0.0"
1212
spin = "0.4.4"
13-
x86 = "0.8.0"
13+
x86 = "0.8.1"
1414
console = { path = "console" }
1515
interrupts = { path = "interrupts" }
1616
pic = { path = "pic" }

interrupts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors = ["The intermezzOS team"]
55

66
[dependencies]
77
spin = "0.4.4"
8-
x86 = "0.8.0"
8+
x86 = "0.8.1"
99
pic = { path = "../pic" }

pic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = "0.1.0"
44
authors = ["The intermezzOS team"]
55

66
[dependencies]
7-
x86 = "0.8.0"
7+
x86 = "0.8.1"

0 commit comments

Comments
 (0)