Skip to content

Commit 562e885

Browse files
Friedrich2001jackpot51
authored andcommitted
Make ashpd optional for async-std feature
1 parent b58d864 commit 562e885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ markdown = ["iced/markdown"]
9191
highlighter = ["iced/highlighter"]
9292
async-std = [
9393
"dep:async-std",
94-
"ashpd/async-std",
94+
"ashpd?/async-std",
9595
"rfd?/async-std",
9696
"zbus?/async-io",
9797
"iced/async-std",

0 commit comments

Comments
 (0)