Skip to content

Commit

Permalink
Update rfd (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmc10 committed Jan 15, 2024
1 parent 3e4efe1 commit f12baef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -14,7 +14,7 @@ chrono = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
eframe = "0.25"
rfd = {version = "0.12", default-features = false, features = ["xdg-portal"] }
rfd = {version = "0.13", default-features = false, features = ["xdg-portal", "async-std"] }
sha2 = "0.10"
rusttype = "0.9"
futures = "0.3"
Expand Down

0 comments on commit f12baef

Please sign in to comment.