Skip to content

Commit

Permalink
fixup! feat(manifest)!: implement feature-metadata RFC3416
Browse files Browse the repository at this point in the history
  • Loading branch information
AudaciousAxiom committed Jan 13, 2025
1 parent d61ffb5 commit 2faf5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cargo-util-schemas/manifest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,13 +605,13 @@
}
},
{
"description": "Metadata of this feature.",
"description": "Unstable feature `feature-metadata`. Metadata of this feature.",
"$ref": "#/$defs/FeatureMetadata"
}
]
},
"FeatureMetadata": {
"description": "Metadata of a feature.",
"description": "Unstable feature `feature-metadata`. Metadata of a feature.",
"type": "object",
"properties": {
"enables": {
Expand Down

0 comments on commit 2faf5e0

Please sign in to comment.