diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index e7beccc90..d193ec743 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -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" ] diff --git a/Cargo.lock b/Cargo.lock index 39a53ddcd..a2ecb4d70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,9 +454,9 @@ dependencies = [ [[package]] name = "karabiner-driverkit" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f1032243b23de4466cf25488e0f6082d9f8f6092e71641a2baefaffbf7b6768" +checksum = "8dc92890fc2bb14a485e777968e7c18355386a30467cc0bf24f7744c9e44dde5" dependencies = [ "cc", ] diff --git a/Cargo.toml b/Cargo.toml index d7840ff45..4019871e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"