From e07a2bbbc8d4f9845ad9b8f59d7eef8c2825c4a0 Mon Sep 17 00:00:00 2001 From: Lionel DARNIS Date: Mon, 25 May 2026 09:55:11 +0200 Subject: [PATCH] yoda: use local dbus settings bindings --- Cargo.lock | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c37f2ce..5d65be5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,7 +293,6 @@ dependencies = [ [[package]] name = "cosmic-dbus-a11y" version = "0.1.0" -source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75" dependencies = [ "zbus", ] diff --git a/Cargo.toml b/Cargo.toml index 136af09..7445a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] color-eyre = "0.6" futures-util = "0.3" -cosmic-dbus-a11y = { git = "https://github.com/pop-os/dbus-settings-bindings" } +cosmic-dbus-a11y = { path = "../dbus-settings-bindings/a11y" } freedesktop-desktop-entry = { version = "0.8", optional = true } shell-words = { version = "1.1.1", optional = true } dirs = { version = "6.0.0", optional = true }