Skip to content

Commit 97ab6b9

Browse files
committed
v0.6.0
1 parent eac7711 commit 97ab6b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Alex Mohr <[email protected]>"]
33
edition = "2018"
44
licence = "GPL-3.0-or-later"
55
name = "blog_os"
6-
version = "0.5.0"
6+
version = "0.6.0"
77

88
# the profile used for `cargo build`
99
[profile.dev]
@@ -14,7 +14,7 @@ version = "0.5.0"
1414
panic = "abort" # disable stack unwinding on panic
1515

1616
[dependencies]
17-
bootloader = {version = "0.9.8", features = ["map_physical_memory"]}# for BIOS bootloader.
17+
bootloader = {version = "0.9.8", features = ["map_physical_memory"]}# for BIOS bootloader.
1818
linked_list_allocator = "0.8.0"
1919
pc-keyboard = "0.5.0" # interprets PS/2 keyboard scancode sets 1 and 2
2020
pic8259_simple = "0.2.0" # keyboard interrupts

0 commit comments

Comments
 (0)