From ef6449ce3d7c4f5220eb45ea9fff9599d20cc5c9 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Thu, 26 Mar 2026 13:41:21 +0100 Subject: [PATCH] chore: pin owlry-plugin-api to tagged release v1.0.0 --- Cargo.lock | 1 + crates/owlry-plugin-bookmarks/Cargo.toml | 2 +- crates/owlry-plugin-calculator/Cargo.toml | 2 +- crates/owlry-plugin-clipboard/Cargo.toml | 2 +- crates/owlry-plugin-emoji/Cargo.toml | 2 +- crates/owlry-plugin-filesearch/Cargo.toml | 2 +- crates/owlry-plugin-media/Cargo.toml | 2 +- crates/owlry-plugin-pomodoro/Cargo.toml | 2 +- crates/owlry-plugin-scripts/Cargo.toml | 2 +- crates/owlry-plugin-ssh/Cargo.toml | 2 +- crates/owlry-plugin-system/Cargo.toml | 2 +- crates/owlry-plugin-systemd/Cargo.toml | 2 +- crates/owlry-plugin-weather/Cargo.toml | 2 +- crates/owlry-plugin-websearch/Cargo.toml | 2 +- 14 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6a3c58..7dad00a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -871,6 +871,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "owlry-plugin-api" version = "1.0.0" +source = "git+https://somegit.dev/Owlibou/owlry.git?tag=plugin-api-v1.0.0#91da177f4607fd4d53af1c939fb2bb9d91f07af6" dependencies = [ "abi_stable", "serde", diff --git a/crates/owlry-plugin-bookmarks/Cargo.toml b/crates/owlry-plugin-bookmarks/Cargo.toml index e091d05..e115326 100644 --- a/crates/owlry-plugin-bookmarks/Cargo.toml +++ b/crates/owlry-plugin-bookmarks/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc) abi_stable = "0.11" diff --git a/crates/owlry-plugin-calculator/Cargo.toml b/crates/owlry-plugin-calculator/Cargo.toml index e0c263a..b3e06ff 100644 --- a/crates/owlry-plugin-calculator/Cargo.toml +++ b/crates/owlry-plugin-calculator/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # Math expression evaluation meval = "0.2" diff --git a/crates/owlry-plugin-clipboard/Cargo.toml b/crates/owlry-plugin-clipboard/Cargo.toml index d9cd7cf..709b717 100644 --- a/crates/owlry-plugin-clipboard/Cargo.toml +++ b/crates/owlry-plugin-clipboard/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc) abi_stable = "0.11" diff --git a/crates/owlry-plugin-emoji/Cargo.toml b/crates/owlry-plugin-emoji/Cargo.toml index 4148614..234c4a9 100644 --- a/crates/owlry-plugin-emoji/Cargo.toml +++ b/crates/owlry-plugin-emoji/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc) abi_stable = "0.11" diff --git a/crates/owlry-plugin-filesearch/Cargo.toml b/crates/owlry-plugin-filesearch/Cargo.toml index 3e41bac..3583011 100644 --- a/crates/owlry-plugin-filesearch/Cargo.toml +++ b/crates/owlry-plugin-filesearch/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc) abi_stable = "0.11" diff --git a/crates/owlry-plugin-media/Cargo.toml b/crates/owlry-plugin-media/Cargo.toml index 46a16f7..fd08255 100644 --- a/crates/owlry-plugin-media/Cargo.toml +++ b/crates/owlry-plugin-media/Cargo.toml @@ -17,7 +17,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc) abi_stable = "0.11" diff --git a/crates/owlry-plugin-pomodoro/Cargo.toml b/crates/owlry-plugin-pomodoro/Cargo.toml index 737b10a..05a3f0a 100644 --- a/crates/owlry-plugin-pomodoro/Cargo.toml +++ b/crates/owlry-plugin-pomodoro/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc) abi_stable = "0.11" diff --git a/crates/owlry-plugin-scripts/Cargo.toml b/crates/owlry-plugin-scripts/Cargo.toml index cee1061..f45f86b 100644 --- a/crates/owlry-plugin-scripts/Cargo.toml +++ b/crates/owlry-plugin-scripts/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc) abi_stable = "0.11" diff --git a/crates/owlry-plugin-ssh/Cargo.toml b/crates/owlry-plugin-ssh/Cargo.toml index 5bf94a0..b6bdb47 100644 --- a/crates/owlry-plugin-ssh/Cargo.toml +++ b/crates/owlry-plugin-ssh/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc) abi_stable = "0.11" diff --git a/crates/owlry-plugin-system/Cargo.toml b/crates/owlry-plugin-system/Cargo.toml index 8ecde43..0ea277f 100644 --- a/crates/owlry-plugin-system/Cargo.toml +++ b/crates/owlry-plugin-system/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc) abi_stable = "0.11" diff --git a/crates/owlry-plugin-systemd/Cargo.toml b/crates/owlry-plugin-systemd/Cargo.toml index 28ef98b..70234da 100644 --- a/crates/owlry-plugin-systemd/Cargo.toml +++ b/crates/owlry-plugin-systemd/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc) abi_stable = "0.11" diff --git a/crates/owlry-plugin-weather/Cargo.toml b/crates/owlry-plugin-weather/Cargo.toml index 0d924bb..4ae4ce2 100644 --- a/crates/owlry-plugin-weather/Cargo.toml +++ b/crates/owlry-plugin-weather/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc) abi_stable = "0.11" diff --git a/crates/owlry-plugin-websearch/Cargo.toml b/crates/owlry-plugin-websearch/Cargo.toml index d0f6fbf..5b781fb 100644 --- a/crates/owlry-plugin-websearch/Cargo.toml +++ b/crates/owlry-plugin-websearch/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] # Compile as dynamic library (.so) [dependencies] # Plugin API for owlry -owlry-plugin-api = { path = "/home/cnachtigall/ssd/git/archive/owlibou/owlry/crates/owlry-plugin-api" } +owlry-plugin-api = { git = "https://somegit.dev/Owlibou/owlry.git", tag = "plugin-api-v1.0.0" } # ABI-stable types (re-exported from owlry-plugin-api, but needed for RString etc) abi_stable = "0.11"