Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: Update ashpd
Browse files Browse the repository at this point in the history
The update requires MSRV 1.75 due to the zbus dependency update. Although, on the other hand, it drops a bunch of dependencies which is good for the portal codepath
bilelmoussaoui authored Feb 18, 2024
1 parent fe60253 commit da85d0c
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
@@ -46,7 +46,7 @@ windows-sys = { version = "0.48", features = [

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
# XDG Desktop Portal
ashpd = { version = "0.6", optional = true, default-features = false }
ashpd = { version = "0.8", optional = true, default-features = false }
urlencoding = { version = "2.1.0", optional = true }
pollster = { version = "0.3", optional = true }
# GTK

0 comments on commit da85d0c

Please sign in to comment.