Skip to content

Commit

Permalink
fix(macos): bump driverkit to v0.1.1 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
rszyma authored Dec 20, 2023
1 parent 5ad5116 commit 3bcc40a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: macos-build

# This currently doesn't *seem* to work.
# For some reason the binary is much tinier than Linux/Windows. (70 KB, is that real??)
# Also standard and the cmd_allowed variant have the same checksum,
# meaning they are the same binary. Which makes no sense.
# Unfortunately I can't test the binary itself since I don't own any macOS devices.

on:
workflow_dispatch:
branches: [ "main" ]
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ kanata-keyberon = { path = "keyberon" }
kanata-parser = { path = "parser" }

[target.'cfg(target_os = "macos")'.dependencies]
karabiner-driverkit = "0.1.0"
karabiner-driverkit = "0.1.1"

[target.'cfg(target_os = "linux")'.dependencies]
evdev = "=0.12.0"
Expand Down

0 comments on commit 3bcc40a

Please sign in to comment.