build: Update pnpm to v9 (#1309)
* build: Update pnpm to v9 * update actions * remove last actions-rs usage * clippy * clippy again * revert default featurepull/1310/head
parent
ecda84f8d5
commit
0d4d029011
@ -1,17 +1,16 @@
|
|||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
|
|
||||||
pub const ACTION_ICONS: &str = "action-icons";
|
pub const ACTION_ICONS: &str = "action-icons";
|
||||||
pub const CATEGORY: &str = "category";
|
pub const CATEGORY: &str = "category";
|
||||||
pub const DESKTOP_ENTRY: &str = "desktop-entry";
|
pub const DESKTOP_ENTRY: &str = "desktop-entry";
|
||||||
pub const IMAGE_PATH: &str = "image-path";
|
pub const IMAGE_PATH: &str = "image-path";
|
||||||
pub const RESIDENT: &str = "resident";
|
pub const RESIDENT: &str = "resident";
|
||||||
pub const SOUND_FILE: &str = "sound-file";
|
pub const SOUND_FILE: &str = "sound-file";
|
||||||
pub const SOUND_NAME: &str = "sound-name";
|
pub const SOUND_NAME: &str = "sound-name";
|
||||||
pub const SUPPRESS_SOUND: &str = "suppress-sound";
|
pub const SUPPRESS_SOUND: &str = "suppress-sound";
|
||||||
pub const TRANSIENT: &str = "transient";
|
pub const TRANSIENT: &str = "transient";
|
||||||
pub const X: &str = "x";
|
pub const X: &str = "x";
|
||||||
pub const Y: &str = "y";
|
pub const Y: &str = "y";
|
||||||
pub const URGENCY: &str = "urgency";
|
pub const URGENCY: &str = "urgency";
|
||||||
|
|
||||||
|
pub const INVALID: &str = "invalid";
|
||||||
pub const INVALID: &str = "invalid";
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue