Skip to content

Commit

Permalink
fix: project manifest (de)serialization tag (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid authored Sep 11, 2023
1 parent d707282 commit ce0881c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/clarinet-files/src/project_manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pub struct ProjectConfigFile {

#[derive(Deserialize, Serialize, Debug, Clone)]
pub struct ProjectManifest {
#[serde(rename = "metadata")]
pub project: ProjectConfig,
#[serde(serialize_with = "toml::ser::tables_last")]
#[serde(deserialize_with = "contracts_deserializer")]
Expand Down

0 comments on commit ce0881c

Please sign in to comment.