Skip to content

Commit

Permalink
fix(deps): update rust crate x86_64 to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 4cfa637 commit 88f0bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bootloader = { version = "0.9", features = ["map_physical_memory"]}
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
spin = "0.5.2"
volatile = "=0.2.6"
x86_64 = "0.14.2"
x86_64 = "0.15.0"
uart_16550 = "0.2.0"
pic8259 = "0.10.1"
pc-keyboard = "0.5.0"
Expand Down

0 comments on commit 88f0bc7

Please sign in to comment.