mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +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;
|
||||
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
#[serde(rename_all = "kebab-case")]
|
||||
pub struct Metadata {
|
||||
pub app_version: Version,
|
||||
pub os_version: &'static Version,
|
||||
|
||||
Reference in New Issue
Block a user