Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJMohr committed Mar 29, 2021
1 parent 47d7a99 commit 845d538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -3,7 +3,7 @@ authors = ["Alex Mohr <mohralexj@gmail.com>"]
edition = "2018"
licence = "GPL-3.0-or-later"
name = "blog_os"
version = "0.4.1"
version = "0.5.0"

# the profile used for `cargo build`
[profile.dev]
Expand All @@ -14,7 +14,7 @@ version = "0.4.1"
panic = "abort" # disable stack unwinding on panic

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

0 comments on commit 845d538

Please sign in to comment.