Skip to content

Commit

Permalink
Update to detect-desktop-environment 1.1.0 (#35)
Browse files Browse the repository at this point in the history
This commit updates the dependency `detect-desktop-environment` to its latest version. The highlights of this version are fixed parsing of composite desktop descriptions (such as `ubuntu:GNOME`) and the addition of 10 more DEs. See [CHANGELOG](https://github.com/demurgos/detect-desktop-environment/blob/main/CHANGELOG.md#110-2024-04-16).
  • Loading branch information
demurgos authored Oct 3, 2024
1 parent ada49f0 commit b5685e0
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
Expand Up @@ -17,7 +17,7 @@ anyhow = "1.0.79"
tokio = { version = "1.23.0", features = ["full"] }

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
detect-desktop-environment = "1.0.0"
detect-desktop-environment = "1.1.0"
dconf_rs = "0.3"
zbus = "3.0"
rust-ini = "0.20"
Expand Down

0 comments on commit b5685e0

Please sign in to comment.