From 0e0ad0377cf680838eed3480a554effecefff19a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 25 Oct 2021 18:09:34 +0300 Subject: [PATCH] Drop resolver and authors manifest entries --- Cargo.toml | 1 - crates/limit/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 84da50b9f6..3f83041bec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,4 @@ [workspace] -resolver = "2" members = ["xtask/", "lib/*", "crates/*"] exclude = ["crates/proc_macro_test/imp"] diff --git a/crates/limit/Cargo.toml b/crates/limit/Cargo.toml index 04a3889c82..aa6e0bedea 100644 --- a/crates/limit/Cargo.toml +++ b/crates/limit/Cargo.toml @@ -3,7 +3,6 @@ name = "limit" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2021" rust-version = "1.56"