From 940ec0967a5db1a3b30ee2baaf129d0aada9efd2 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Wed, 13 Apr 2022 16:54:24 -0700 Subject: [PATCH] Update repo URL --- crates/ide_ssr/Cargo.toml | 2 +- crates/syntax/Cargo.toml | 2 +- lib/arena/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/ide_ssr/Cargo.toml b/crates/ide_ssr/Cargo.toml index 9135857c38..db6991d4e5 100644 --- a/crates/ide_ssr/Cargo.toml +++ b/crates/ide_ssr/Cargo.toml @@ -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" diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index bb4d10207d..99bc30f076 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -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" diff --git a/lib/arena/Cargo.toml b/lib/arena/Cargo.toml index 39b005d094..2d3243a29b 100644 --- a/lib/arena/Cargo.toml +++ b/lib/arena/Cargo.toml @@ -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"