Skip to content

Commit fed0cc2

Browse files
committed
Update x86_64 dependency of test and example kernels as well
1 parent 8c75121 commit fed0cc2

File tree

4 files changed

+8
-82
lines changed

4 files changed

+8
-82
lines changed

example-kernel/Cargo.lock

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

example-kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = ["Philipp Oppermann <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
x86_64 = "0.3.4"
8+
x86_64 = "0.11.0"

test-kernel/Cargo.lock

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

test-kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = ["Philipp Oppermann <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
x86_64 = "0.3.4"
8+
x86_64 = "0.11.0"

0 commit comments

Comments
 (0)