diff --git a/src/messages.rs b/src/messages.rs index 0b7d0f15..ea2abd25 100644 --- a/src/messages.rs +++ b/src/messages.rs @@ -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,