Skip to content

Commit

Permalink
Add default async-std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Feb 19, 2024
1 parent b1e7836 commit 0fdcc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/PolyMeilex/rfd"
documentation = "https://docs.rs/rfd"

[features]
default = ["xdg-portal"]
default = ["xdg-portal", "async-std"]
file-handle-inner = []
gtk3 = ["gtk-sys", "glib-sys", "gobject-sys"]
xdg-portal = ["ashpd", "urlencoding", "pollster"]
Expand Down

0 comments on commit 0fdcc95

Please sign in to comment.