Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true

This commit is contained in:
Vincent Esche 2024-08-06 00:23:22 +02:00
parent 624f2ead7b
commit 7dec7e92ea
35 changed files with 35 additions and 34 deletions

View file

@ -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