Skip to content

Commit

Permalink
Merge pull request #322 from nyx-space/dependabot/cargo/rfd-0.15.0
Browse files Browse the repository at this point in the history
Update rfd requirement from 0.14.1 to 0.15.0
  • Loading branch information
ChristopherRabotin authored Sep 19, 2024
2 parents 8d6a9a1 + e8b70b3 commit 4fbd5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anise-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ egui_extras = { version = "0.28", features = ["datepicker", "http", "image"] }
catppuccin-egui = { version = "5.1", default-features = false, features = [
"egui28",
] }
rfd = { version = "0.14.1" }
rfd = { version = "0.15.0" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-futures = "0.4"
Expand Down

0 comments on commit 4fbd5b5

Please sign in to comment.