From 4ebba08b7da188ccfcedfa5bcf51dd0ad19e61df Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Sat, 22 Nov 2025 12:47:11 -0800 Subject: [PATCH] chore(deps): bump whkd to v0.2.10 --- Cargo.lock | 8 ++++---- komorebi-shortcuts/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb31fd89..bfa9db46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7228,13 +7228,13 @@ dependencies = [ [[package]] name = "whkd-core" -version = "0.2.9" -source = "git+https://github.com/LGUG2Z/whkd?rev=v0.2.9#bf68f3df5f6383420e4e1d3b91acbcb46ce35c40" +version = "0.2.10" +source = "git+https://github.com/LGUG2Z/whkd?rev=v0.2.10#5d6a767f2ab7ac309686fe44ce59689546cf55fe" [[package]] name = "whkd-parser" -version = "0.2.9" -source = "git+https://github.com/LGUG2Z/whkd?rev=v0.2.9#bf68f3df5f6383420e4e1d3b91acbcb46ce35c40" +version = "0.2.10" +source = "git+https://github.com/LGUG2Z/whkd?rev=v0.2.10#5d6a767f2ab7ac309686fe44ce59689546cf55fe" dependencies = [ "chumsky", "thiserror 2.0.17", diff --git a/komorebi-shortcuts/Cargo.toml b/komorebi-shortcuts/Cargo.toml index d9379e97..81e38564 100644 --- a/komorebi-shortcuts/Cargo.toml +++ b/komorebi-shortcuts/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" edition = "2024" [dependencies] -whkd-parser = { git = "https://github.com/LGUG2Z/whkd", rev = "v0.2.9" } -whkd-core = { git = "https://github.com/LGUG2Z/whkd", rev = "v0.2.9" } +whkd-parser = { git = "https://github.com/LGUG2Z/whkd", rev = "v0.2.10" } +whkd-core = { git = "https://github.com/LGUG2Z/whkd", rev = "v0.2.10" } eframe = { workspace = true } dirs = { workspace = true } \ No newline at end of file