Skip to content

Commit

Permalink
Merge pull request #213 from messense/fix-212
Browse files Browse the repository at this point in the history
Add `#[serde(default)]` to `Artifact::manifest_path`
  • Loading branch information
oli-obk committed Nov 20, 2022
2 parents 1af69df + ad8bf92 commit 711710b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/messages.rs
Expand Up @@ -35,6 +35,7 @@ pub struct Artifact {
/// The package this artifact belongs to
pub package_id: PackageId,
/// Path to the `Cargo.toml` file
#[serde(default)]
pub manifest_path: Utf8PathBuf,
/// The target this artifact was compiled for
pub target: Target,
Expand Down

0 comments on commit 711710b

Please sign in to comment.