about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/paths
diff options
context:
space:
mode:
authorVincent Esche <regexident@gmail.com>2024-08-06 00:23:22 +0200
committerVincent Esche <regexident@gmail.com>2024-08-06 00:26:42 +0200
commit584f9543ea976ea4380bc542d5325f14940c4be8 (patch)
treed6165bf3e5cee8929046f1b2014a78cb9a7e93b8 /src/tools/rust-analyzer/crates/paths
parente15ffa5629a65278904f65b4c442a2aeeba59859 (diff)
downloadrust-584f9543ea976ea4380bc542d5325f14940c4be8.tar.gz
rust-584f9543ea976ea4380bc542d5325f14940c4be8.zip
Replace `[package.repository] = "…"` of published crates with `[package.repository.workspace] = true`
Diffstat (limited to 'src/tools/rust-analyzer/crates/paths')
-rw-r--r--src/tools/rust-analyzer/crates/paths/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/paths/Cargo.toml b/src/tools/rust-analyzer/crates/paths/Cargo.toml
index c6a5e08bcd2..d4b0a54ed64 100644
--- a/src/tools/rust-analyzer/crates/paths/Cargo.toml
+++ b/src/tools/rust-analyzer/crates/paths/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "paths"
 version = "0.0.0"
-repository = "https://github.com/rust-lang/rust-analyzer"
+repository.workspace = true
 description = "Path wrappers for absolute and relative paths rust-analyzer."
 
 authors.workspace = true