Skip to content

Commit

Permalink
Bump deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Jan 2, 2025
1 parent 81e0dd3 commit 79f0061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rfd"
version = "0.15.1"
version = "0.15.2"
edition = "2021"

authors = ["Poly <[email protected]>"]
Expand Down Expand Up @@ -69,11 +69,11 @@ windows-sys = { version = "0.48", features = [
# XDG Desktop Portal
ashpd = { version = "0.10", optional = true, default-features = false, features = ["raw_handle"] }
urlencoding = { version = "2.1.0", optional = true }
pollster = { version = "0.3", optional = true }
pollster = { version = "0.4", optional = true }
# GTK
gtk-sys = { version = "0.18.0", features = ["v3_24"], optional = true }
glib-sys = { version = "0.18.0", optional = true }
gobject-sys = { version = "0.18.0", optional = true }
glib-sys = { version = "0.20.7", optional = true }
gobject-sys = { version = "0.20.7", optional = true }

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

0 comments on commit 79f0061

Please sign in to comment.