Update repo URL

This commit is contained in:
Alex Touchet 2022-04-13 16:54:24 -07:00
parent 15844bf48c
commit 940ec0967a
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ name = "ide_ssr"
version = "0.0.0"
description = "Structural search and replace of Rust code"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-analyzer/rust-analyzer"
repository = "https://github.com/rust-lang/rust-analyzer"
edition = "2021"
rust-version = "1.57"

View file

@ -3,7 +3,7 @@ name = "syntax"
version = "0.0.0"
description = "Comment and whitespace preserving parser for the Rust language"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-analyzer/rust-analyzer"
repository = "https://github.com/rust-lang/rust-analyzer"
edition = "2021"
rust-version = "1.57"

View file

@ -3,7 +3,7 @@ name = "la-arena"
version = "0.3.0"
description = "Simple index-based arena without deletion."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-analyzer/rust-analyzer"
repository = "https://github.com/rust-lang/rust-analyzer"
documentation = "https://docs.rs/la-arena"
categories = ["data-structures", "memory-management", "rust-patterns"]
edition = "2021"