Skip to content

Commit

Permalink
feat: Allow parsing old manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhe committed Nov 22, 2024
1 parent 84ba65d commit 1b5e783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/tower-package/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ pub struct Parameter{
pub struct Manifest {
pub version: Option<i32>,
pub invoke: String,

#[serde(default)]
pub parameters: Vec<Parameter>
}

Expand Down

0 comments on commit 1b5e783

Please sign in to comment.