Skip to content

Commit

Permalink
Use bleeding-edge atspi
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jul 1, 2024
1 parent 4a0171f commit cedfdb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit cedfdb4

Please sign in to comment.