Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/toolchain/Cargo.toml')
| -rw-r--r-- | crates/toolchain/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/toolchain/Cargo.toml b/crates/toolchain/Cargo.toml index a5eb66e53a..87e8efb20f 100644 --- a/crates/toolchain/Cargo.toml +++ b/crates/toolchain/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "toolchain" version = "0.0.0" -repository = "https://github.com/rust-lang/rust-analyzer" +repository.workspace = true description = "Discovery of `cargo` & `rustc` executables for rust-analyzer." authors.workspace = true |