Skip to content

Commit 438be39

Browse files
server: Add missing rename_all
Fixes: 37c2656 ("Update dependencies")
1 parent 42f4a82 commit 438be39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/src/gnome/prompter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ use crate::{
1414

1515
#[derive(Debug, Serialize, Deserialize, Type)]
1616
#[zvariant(signature = "dict")]
17+
#[serde(rename_all = "kebab-case")]
1718
// GcrPrompt properties <https://gitlab.gnome.org/GNOME/gcr/-/blob/main/gcr/gcr-prompt.c#L95>
1819
// This would fail to serialize till <https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/169>
1920
// is resolved.

0 commit comments

Comments
 (0)