Skip to content

Commit c3e757f

Browse files
committed
Auto merge of #11980 - atouchet:repo, r=Veykril
Update repo URL
2 parents cf9c825 + 940ec09 commit c3e757f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/ide_ssr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ide_ssr"
33
version = "0.0.0"
44
description = "Structural search and replace of Rust code"
55
license = "MIT OR Apache-2.0"
6-
repository = "https://github.com/rust-analyzer/rust-analyzer"
6+
repository = "https://github.com/rust-lang/rust-analyzer"
77
edition = "2021"
88
rust-version = "1.57"
99

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "syntax"
33
version = "0.0.0"
44
description = "Comment and whitespace preserving parser for the Rust language"
55
license = "MIT OR Apache-2.0"
6-
repository = "https://github.com/rust-analyzer/rust-analyzer"
6+
repository = "https://github.com/rust-lang/rust-analyzer"
77
edition = "2021"
88
rust-version = "1.57"
99

lib/arena/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "la-arena"
33
version = "0.3.0"
44
description = "Simple index-based arena without deletion."
55
license = "MIT OR Apache-2.0"
6-
repository = "https://github.com/rust-analyzer/rust-analyzer"
6+
repository = "https://github.com/rust-lang/rust-analyzer"
77
documentation = "https://docs.rs/la-arena"
88
categories = ["data-structures", "memory-management", "rust-patterns"]
99
edition = "2021"

0 commit comments

Comments
 (0)