Switched to using a properly versioned version of kidex-common

This commit is contained in:
Kirottu
2023-05-11 08:11:49 +03:00
parent d522c035d0
commit 31b0d44eee
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
[dependencies]
anyrun-plugin = { path = "../../anyrun-plugin" }
kidex-common = { git = "https://github.com/Kirottu/kidex", features = ["util"] }
kidex-common = { version = "0.1.0", features = ["util"] }
abi_stable = "0.11.1"
fuzzy-matcher = "0.3.7"
open = "3.2.0"