mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true
This commit is contained in:
parent
624f2ead7b
commit
7dec7e92ea
35 changed files with 35 additions and 34 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "syntax"
|
||||
version = "0.0.0"
|
||||
repository = "https://github.com/rust-lang/rust-analyzer"
|
||||
repository.workspace = true
|
||||
description = "Concrete syntax tree definitions for rust-analyzer."
|
||||
|
||||
authors.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue