Skip to content

Commit 09d411d

Browse files
authored
Merge pull request #48 from kinode-dao/da/snake-case
DotScriptsEntry uses snake_case
2 parents 56b9fa2 + 635e09f commit 09d411d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/kernel_types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ pub struct PackageManifestEntry {
220220

221221
/// the type that gets deserialized from a `scripts.json` object
222222
#[derive(Debug, Serialize, Deserialize)]
223-
#[serde(rename_all = "camelCase")]
224223
pub struct DotScriptsEntry {
225224
pub root: bool,
226225
pub public: bool,

0 commit comments

Comments
 (0)