From c8da114dfdf394b95b9a1cb60577ea7b95ff7577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Fri, 3 Jan 2025 14:32:35 +0200 Subject: [PATCH] Add description field to edition manifest --- crates/edition/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/edition/Cargo.toml b/crates/edition/Cargo.toml index 926b1e1cd41a..0a9ae101eb10 100644 --- a/crates/edition/Cargo.toml +++ b/crates/edition/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "edition" version = "0.0.0" +description = "Rust edition support crate for rust-analyzer." rust-version.workspace = true edition.workspace = true license.workspace = true