Skip to content

Commit

Permalink
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
  • Loading branch information
bilelmoussaoui authored Feb 18, 2024

Partially verified

This commit is signed with the committer’s verified signature.
Tofel’s contribution has been verified via SSH key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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.