diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2021-10-25 18:09:34 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2021-10-25 18:12:40 +0300 |
| commit | 0e0ad0377cf680838eed3480a554effecefff19a (patch) | |
| tree | 0be4c200c6fd445e8540bed8b5e6a3fb55e3fb2a | |
| parent | 1f47693e02809c97db61b51247ae4e4d46744c61 (diff) | |
| download | rust-0e0ad0377cf680838eed3480a554effecefff19a.tar.gz rust-0e0ad0377cf680838eed3480a554effecefff19a.zip | |
Drop resolver and authors manifest entries
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | crates/limit/Cargo.toml | 1 |
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" |
