Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/stdx/Cargo.toml')
| -rw-r--r-- | crates/stdx/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml index 7b6c54eff0..77c9f3cb14 100644 --- a/crates/stdx/Cargo.toml +++ b/crates/stdx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stdx" version = "0.0.0" -repository = "https://github.com/rust-lang/rust-analyzer" +repository.workspace = true description = "Missing batteries for standard libraries for rust-analyzer." authors.workspace = true |