diff options
| author | Vincent Esche <regexident@gmail.com> | 2024-08-06 00:23:22 +0200 |
|---|---|---|
| committer | Vincent Esche <regexident@gmail.com> | 2024-08-06 00:26:42 +0200 |
| commit | 584f9543ea976ea4380bc542d5325f14940c4be8 (patch) | |
| tree | d6165bf3e5cee8929046f1b2014a78cb9a7e93b8 /src/tools/rust-analyzer/crates/span | |
| parent | e15ffa5629a65278904f65b4c442a2aeeba59859 (diff) | |
| download | rust-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/span')
| -rw-r--r-- | src/tools/rust-analyzer/crates/span/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/span/Cargo.toml b/src/tools/rust-analyzer/crates/span/Cargo.toml index d0728603201..3381dac0b42 100644 --- a/src/tools/rust-analyzer/crates/span/Cargo.toml +++ b/src/tools/rust-analyzer/crates/span/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "span" version = "0.0.0" -repository = "https://github.com/rust-lang/rust-analyzer" +repository.workspace = true description = "File and span related types for rust-analyzer." rust-version.workspace = true |
