Skip to content

Commit ab50f9e

Browse files
committed
Merge branch 'main' of github.com:TravisWheelerLab/mdr
2 parents c047a84 + 5bc520a commit ab50f9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/metadata.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ pub struct Meta {
8686

8787
#[validate(nested)]
8888
#[serde(skip_serializing_if = "Option::is_none")]
89-
pub additional_files: Option<Vec<AdditionalFile>>,
89+
pub water: Option<Water>,
9090

9191
#[validate(nested)]
9292
#[serde(skip_serializing_if = "Option::is_none")]
93-
pub water: Option<Water>,
93+
pub additional_files: Option<Vec<AdditionalFile>>,
9494

9595
#[validate(nested)]
9696
#[serde(skip_serializing_if = "Option::is_none")]

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ pub struct ImportResult {
436436
pub struct PushResult {
437437
pub src: String,
438438
pub dest: String,
439-
pub size: u32,
439+
pub size: u64,
440440
}
441441

442442
// --------------------------------------------------

0 commit comments

Comments
 (0)