Skip to content

Commit

Permalink
Update pc-keyboard requirement from 0.5.1 to 0.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pc-keyboard](https://github.com/rust-embedded-community/pc-keyboard) to permit the latest version.
- [Release notes](https://github.com/rust-embedded-community/pc-keyboard/releases)
- [Changelog](https://github.com/rust-embedded-community/pc-keyboard/blob/main/CHANGELOG.md)
- [Commits](rust-embedded-community/pc-keyboard@v0.5.1...v0.7.0)

---
updated-dependencies:
- dependency-name: pc-keyboard
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 11, 2023
1 parent 878a6f4 commit 58acab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/input/keyboard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
publish = false

[dependencies]
pc-keyboard = "0.5.1"
pc-keyboard = "0.7.0"
# printk = { path = "../../../kernel/printk/" }

[dependencies.conquer-once]
Expand Down
2 changes: 1 addition & 1 deletion drivers/input/keyboard/pc_keyboard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
keyboard = { path = "../" }
notify = { path = "../../../../kernel/notify/" }
pc-keyboard = "0.5.1"
pc-keyboard = "0.7.0"
#printk = { path = "../../../../kernel/printk/" }
x86_64 = "0.14.6"

Expand Down

0 comments on commit 58acab0

Please sign in to comment.