mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
appmgr: metadata kebab case
This commit is contained in:
committed by
Aiden McClelland
parent
a122c4a058
commit
8bdb2e6f3b
@@ -14,6 +14,7 @@ use crate::Error;
|
|||||||
use crate::ResultExt;
|
use crate::ResultExt;
|
||||||
|
|
||||||
#[derive(Debug, Clone, Serialize)]
|
#[derive(Debug, Clone, Serialize)]
|
||||||
|
#[serde(rename_all = "kebab-case")]
|
||||||
pub struct Metadata {
|
pub struct Metadata {
|
||||||
pub app_version: Version,
|
pub app_version: Version,
|
||||||
pub os_version: &'static Version,
|
pub os_version: &'static Version,
|
||||||
|
|||||||
Reference in New Issue
Block a user