From 2faf5e03192191070da962494ba3b359af32fd80 Mon Sep 17 00:00:00 2001 From: AudaciousAxiom <179637270+AudaciousAxiom@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:51:39 +0100 Subject: [PATCH] fixup! feat(manifest)!: implement feature-metadata RFC3416 --- crates/cargo-util-schemas/manifest.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/cargo-util-schemas/manifest.schema.json b/crates/cargo-util-schemas/manifest.schema.json index cd45723b17a..d5a7e16c8de 100644 --- a/crates/cargo-util-schemas/manifest.schema.json +++ b/crates/cargo-util-schemas/manifest.schema.json @@ -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": {