Skip to content

Commit 5bf280c

Browse files
Test
1 parent aab4462 commit 5bf280c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libixx/src/package.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub struct Package {
5151

5252
// https://github.com/NixOS/nixpkgs/blob/master/doc/stdenv/meta.chapter.md#source-provenance-sec-meta-sourceprovenance
5353
#[derive(Debug, Clone, Deserialize, PartialEq, Serialize)]
54-
#[serde(deny_unknown_fields, rename_all = "camelCase")]
54+
#[serde(deny_unknown_fields)]
5555
#[serde(untagged)]
5656
pub enum SourceProvenance {
5757
FromSource,

0 commit comments

Comments
 (0)