diff --git a/Cargo.toml b/Cargo.toml index d170ab3..28850bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,10 +31,10 @@ pre-release-hook = ["cargo", "fmt"] dependent-version = "upgrade" [workspace.dependencies] -atspi = { version = "0.22.0", default-features = false, features = ["tokio"] } -atspi-proxies = { version = "0.6.0", default-features = false, features = ["tokio"] } -atspi-common = { version = "0.6.0", default-features = false, features = ["tokio"] } -atspi-connection = { version = "0.6.0", default-features = false, features = ["tokio"] } +atspi = { git = "https://github.com/odilia-app/atspi/", branch = "add-operation-enum", default-features = false, features = ["tokio"] } +atspi-proxies = { git = "https://github.com/odilia-app/atspi/", branch = "add-operation-enum", default-features = false, features = ["tokio"] } +atspi-common = { git = "https://github.com/odilia-app/atspi/", branch = "add-operation-enum", default-features = false, features = ["tokio"] } +atspi-connection = { git = "https://github.com/odilia-app/atspi/", branch = "add-operation-enum", default-features = false, features = ["tokio"] } futures-concurrency = { version = "7.6.1" } odilia-common = { version = "0.3.0", path = "./common", features = ["tokio"] } odilia-cache = { version = "0.3.0", path = "./cache" }