Changed the anyrun-plugin
dependency of the Websearch plugin to use a relative path
This fixes Nix builds, and makes the plugin follow the way the rest of the plugins already define dependencies.
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
anyrun-plugin = { git = "https://github.com/Kirottu/anyrun" }
|
||||
anyrun-plugin = { path = "../../anyrun-plugin" }
|
||||
abi_stable = "0.11.1"
|
||||
urlencoding = "2.1.3"
|
||||
ron = "0.8.0"
|
||||
|
Reference in New Issue
Block a user