Update repo URL
This commit is contained in:
parent
15844bf48c
commit
940ec0967a
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ name = "ide_ssr"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
description = "Structural search and replace of Rust code"
|
description = "Structural search and replace of Rust code"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/rust-analyzer/rust-analyzer"
|
repository = "https://github.com/rust-lang/rust-analyzer"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.57"
|
rust-version = "1.57"
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "syntax"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
description = "Comment and whitespace preserving parser for the Rust language"
|
description = "Comment and whitespace preserving parser for the Rust language"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/rust-analyzer/rust-analyzer"
|
repository = "https://github.com/rust-lang/rust-analyzer"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.57"
|
rust-version = "1.57"
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "la-arena"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
description = "Simple index-based arena without deletion."
|
description = "Simple index-based arena without deletion."
|
||||||
license = "MIT OR Apache-2.0"
|
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"
|
documentation = "https://docs.rs/la-arena"
|
||||||
categories = ["data-structures", "memory-management", "rust-patterns"]
|
categories = ["data-structures", "memory-management", "rust-patterns"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Add table
Reference in a new issue