Skip to content

Commit

Permalink
Force ashpd crate to not use tokio (#21315)
Browse files Browse the repository at this point in the history
#21304

Fixes a regression after
#20939

Release Notes:

- N/A
  • Loading branch information
SomeoneToIgnore authored Nov 29, 2024
1 parent eb2c0b3 commit 73f546e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "91
any_vec = "0.14"
anyhow = "1.0.86"
arrayvec = { version = "0.7.4", features = ["serde"] }
ashpd = "0.10.0"
ashpd = { version = "0.10", default-features = false, features = ["async-std"]}
async-compat = "0.2.1"
async-compression = { version = "0.4", features = ["gzip", "futures-io"] }
async-dispatcher = "0.1"
Expand Down

0 comments on commit 73f546e

Please sign in to comment.