fix: update asyinc-signals to fix loongarch build

This commit is contained in:
pugaizai 2025-03-22 18:35:50 +08:00 committed by Michael Murphy
parent dd2e666438
commit e9858d914c
2 changed files with 36 additions and 28 deletions

View file

@ -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"]