about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml1
-rw-r--r--crates/limit/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 84da50b9f6c..3f83041bec0 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 04a3889c82b..aa6e0bedea2 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"