Skip to content

Commit

Permalink
chore: Switch to rfd release v0.15.0 from git
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Sep 21, 2024
1 parent ee18c1c commit 6059031
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ url = "2.5.2"
# Make sure to match wasm-bindgen-cli version to this everywhere.
wasm-bindgen = "=0.2.93"
walkdir = "2.5.0"
tokio = { version = "1.40.0" }
rfd = { git = "https://github.com/PolyMeilex/rfd.git", rev = "e0e725ec9a426acf7c93d9877c41e230fcee3fac" }
tokio = "1.40.0"
rfd = "0.15.0"

[workspace.lints.rust]
# Clippy nightly often adds new/buggy lints that we want to ignore.
Expand Down
2 changes: 0 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ github = [
"ruffle-rs",
# TODO: Remove once a release with https://github.com/emilk/egui/pull/4939 in it is out.
"emilk",
# TODO: Remove once a release with https://github.com/PolyMeilex/rfd/pull/209 in it is out.
"PolyMeilex",
]

[advisories]
Expand Down

0 comments on commit 6059031

Please sign in to comment.