Skip to content

Commit

Permalink
Merge pull request rust-lang#18828 from lnicola/edition-description
Browse files Browse the repository at this point in the history
minor: Add description field to edition manifest
  • Loading branch information
lnicola authored Jan 3, 2025
2 parents 31b45b0 + b18979f commit e86b247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/rust-analyzer/crates/edition/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e86b247

Please sign in to comment.