mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 10:08:33 +02:00
chore(deps): bump whkd to v0.2.10
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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 }
|
||||
Reference in New Issue
Block a user