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

3
Cargo.lock generated

@ -1081,7 +1081,8 @@ dependencies = [
[[package]]
name = "kidex-common"
version = "0.1.0"
source = "git+https://github.com/Kirottu/kidex#afcbf54b37dc47b914e0c8f873cb1f11c69674a7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9d161d39ea0b3247a56831cc370e0187f7ab587d43a1efa843ccc314a97e539"
dependencies = [
"serde",
"serde_json",

@ -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"