Skip to content

Commit b02c6bf

Browse files
committed
Auto merge of #17827 - regexident:improve-crate-manifests-continuation, r=lnicola
Improve crate manifest of 'syntax-bridge', adding missing `[package.repository]` and `[package.description]` fields This is a follow-up of #17745, specifically [this comment](#17745 (comment)) by `@lnicola.` It refines the manifest of the newly added 'syntax-bridge' crate, adding a `[package.repository]` as `workspace = true` and changes the existing `[package.description]` from "TBD" to a more useful description.
2 parents 935883f + b8cf3c4 commit b02c6bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/syntax-bridge/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "syntax-bridge"
33
version = "0.0.0"
4-
description = "TBD"
4+
repository.workspace = true
5+
description = "Conversions between syntax nodes and token trees for rust-analyzer."
56

67
authors.workspace = true
78
edition.workspace = true

0 commit comments

Comments
 (0)