Switched to using a properly versioned version of kidex-common
This commit is contained in:
3
Cargo.lock
generated
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"
|
||||
|
Reference in New Issue
Block a user