From ad9dac100102008ba1ae20067c0a4dac0fc6847c Mon Sep 17 00:00:00 2001 From: fufesou Date: Sat, 25 Jul 2026 09:36:25 +0800 Subject: [PATCH] fix(keyboard): jis, macos, muhenkan henkan (#15669) Signed-off-by: fufesou --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 23cf35cbe..78ff9eb46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6940,7 +6940,7 @@ dependencies = [ [[package]] name = "rdev" version = "0.5.0-2" -source = "git+https://github.com/rustdesk-org/rdev#871bf1c856d6a30af2f56ab8848396a025140855" +source = "git+https://github.com/rustdesk-org/rdev#23e24dd6b35452a495dae0ae6d99395e9755ab0f" dependencies = [ "cocoa 0.24.1", "core-foundation 0.9.4",