Unnamed repository; edit this file 'description' to name the repository.
Rename repo
| -rw-r--r-- | lib/text-size/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/text-size/Cargo.toml b/lib/text-size/Cargo.toml index 95c11472cd..08f5d4f719 100644 --- a/lib/text-size/Cargo.toml +++ b/lib/text-size/Cargo.toml @@ -9,8 +9,8 @@ authors = [ ] description = "Newtypes for text offsets" license = "MIT OR Apache-2.0" -repository = "https://github.com/matklad/text_unit" -documentation = "https://docs.rs/text_unit" +repository = "https://github.com/rust-analyzer/text-size" +documentation = "https://docs.rs/text-size" [dependencies] serde = { version = "1.0", optional = true, default_features = false } |