diff --git a/crates/core/src/repofile/snapshotfile.rs b/crates/core/src/repofile/snapshotfile.rs index 7af92441..7b8c762f 100644 --- a/crates/core/src/repofile/snapshotfile.rs +++ b/crates/core/src/repofile/snapshotfile.rs @@ -53,6 +53,7 @@ pub struct SnapshotOptions { pub label: Option, /// Tags to add to snapshot (can be specified multiple times) + #[serde_as(as = "Vec")] #[cfg_attr(feature = "clap", clap(long = "tag", value_name = "TAG[,TAG,..]"))] #[cfg_attr(feature = "merge", merge(strategy = merge::vec::overwrite_empty))] pub tags: Vec,