fix: update asyinc-signals to fix loongarch build
This commit is contained in:
parent
dd2e666438
commit
e9858d914c
2 changed files with 36 additions and 28 deletions
|
|
@ -8,7 +8,7 @@ authors = ["Lucy <lucy@system76.com>"]
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
async-signals = "0.4"
|
||||
async-signals = "0.5"
|
||||
color-eyre = "0.6"
|
||||
futures-util = "0.3"
|
||||
cosmic-dbus-a11y = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
|
|
@ -50,4 +50,4 @@ cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notificati
|
|||
[features]
|
||||
systemd = ["dep:zbus_systemd", "dep:tracing-journald"]
|
||||
default = ["systemd"]
|
||||
autostart = ["dep:shell-words", "dep:dirs", "dep:freedesktop-desktop-entry"]
|
||||
autostart = ["dep:shell-words", "dep:dirs", "dep:freedesktop-desktop-entry"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue