chore(cargo): update fde to 0.7.11
This commit is contained in:
parent
e5802b535b
commit
6763abec41
1 changed files with 2 additions and 2 deletions
|
|
@ -134,7 +134,7 @@ zbus = { version = "4.4.0", default-features = false, optional = true }
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" }
|
freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" }
|
||||||
freedesktop-desktop-entry = { version = "0.7.10", optional = true }
|
freedesktop-desktop-entry = { version = "0.7.11", optional = true }
|
||||||
shlex = { version = "1.3.0", optional = true }
|
shlex = { version = "1.3.0", optional = true }
|
||||||
|
|
||||||
[dependencies.cosmic-theme]
|
[dependencies.cosmic-theme]
|
||||||
|
|
@ -215,6 +215,6 @@ libcosmic = { path = "./" }
|
||||||
|
|
||||||
# FIXME update winit deps where necessary to use this
|
# FIXME update winit deps where necessary to use this
|
||||||
# [patch.crates-io]
|
# [patch.crates-io]
|
||||||
[patch."https://github.com/pop-os/winit.git"]
|
# [patch."https://github.com/pop-os/winit.git"]
|
||||||
# winit = { git = "https://github.com/rust-windowing/winit.git", rev = "241b7a80bba96c91fa3901729cd5dec66abb9be4" }
|
# winit = { git = "https://github.com/rust-windowing/winit.git", rev = "241b7a80bba96c91fa3901729cd5dec66abb9be4" }
|
||||||
# winit = { path = "../../winit" }
|
# winit = { path = "../../winit" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue