Skip to content

Commit

Permalink
Revert "Update to atspi v0.21.0"
Browse files Browse the repository at this point in the history
This reverts commit b650869.
  • Loading branch information
TTWNO committed Apr 26, 2024
1 parent dada611 commit 472044d
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 248 deletions.
72 changes: 63 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ pre-release-hook = ["cargo", "fmt"]
dependent-version = "upgrade"

[workspace.dependencies]
atspi = { version = "0.21.0", default-features = false, features = ["tokio"] }
atspi-proxies = { version = "0.5.0", default-features = false, features = ["tokio"] }
atspi-common = { version = "0.5.0", default-features = false, features = ["tokio"] }
atspi-connection = { version = "0.5.0", default-features = false, features = ["tokio"] }
atspi = { version = "0.16.0", default-features = false, features = ["tokio", "unstable-proxy-traits"] }
atspi-client = { version = "0.1.0", default-features = false }
atspi-proxies = { version = "0.1.0", default-features = false }
atspi-common = { version = "0.1.0", default-features = false }
atspi-connection = { version = "0.1.0", default-features = false }
odilia-common = { version = "0.3.0", path = "./common" }
odilia-cache = { version = "0.3.0", path = "./cache" }
eyre = "0.6.8"
Expand Down
1 change: 1 addition & 0 deletions cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ categories = ["accessibility"]
atspi.workspace = true
atspi-proxies.workspace = true
atspi-common.workspace = true
atspi-client.workspace = true
odilia-common.workspace = true
dashmap = "5.4.0"
serde = "1.0.147"
Expand Down
162 changes: 0 additions & 162 deletions cache/src/convertable.rs

This file was deleted.

Loading

0 comments on commit 472044d

Please sign in to comment.