adamperkowski / highlightos

🌄 x86_64 OS (kernel) made from scratch in Rust & Assembly
https://os.adamperkowski.dev
GNU General Public License v3.0
49 stars 4 forks source link

cargo: bump pc-keyboard from 0.7.0 to 0.8.0 in /kernel #30

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps pc-keyboard from 0.7.0 to 0.8.0.

Release notes

Sourced from pc-keyboard's releases.

Release v0.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/rust-embedded-community/pc-keyboard/compare/v0.7.0...v0.8.0

Changelog

Sourced from pc-keyboard's changelog.

v0.8.0 (13 Sep 2024)

  • Add 102/105-key Finnish/Swedish layout
  • Add 102/105-key Norwegian layout
  • Fix broken Backslash for Us104 layout
  • Fix < and > for Azerty layout
  • Renamed Modifiers::alt_gr to Modifiers::ralt and add Modifiers::lalt
Commits
  • e29a30e Silence some clippy warnings.
  • 57182d6 Bump to 0.8.0
  • 42acef2 Corrected layout of OEM keys.
  • 5c904e8 Fix keyboard ascii art.
  • 9acb8ca Removed non printed bindings and comments
  • 8999845 cargo fmt -- --check: 2 spurious spaces removed
  • 79b7b3c Better comments, added numpad AltGr+Shift, test of '<' on Oem5
  • e4f0b86 Bug for Oem5 giving *µ instead of <>, amelioration for ² giving ¹³, comments ...
  • 4aa5ef6 Add getter for the Modifiers struct to Keyboard (#40)
  • 327a855 Update README.md
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)