Merge branch 'post-06' into post-07

This commit is contained in:
Philipp Oppermann
2019-01-28 11:44:14 +01:00

View File

@@ -8,7 +8,6 @@ edition = "2018"
bootloader = "0.3.12" bootloader = "0.3.12"
volatile = "0.2.3" volatile = "0.2.3"
spin = "0.4.9" spin = "0.4.9"
array-init = "0.0.3"
uart_16550 = "0.1.0" uart_16550 = "0.1.0"
x86_64 = "0.4.0" x86_64 = "0.4.0"
@@ -16,6 +15,9 @@ x86_64 = "0.4.0"
version = "1.0" version = "1.0"
features = ["spin_no_std"] features = ["spin_no_std"]
[dev-dependencies]
array-init = "0.0.3"
[profile.dev] [profile.dev]
panic = "abort" panic = "abort"