diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-10-25 15:13:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-25 15:13:34 +0000 |
| commit | aa04d3eb4fbde4eb21b1d921b3075c932e6930d4 (patch) | |
| tree | 0a5b01384bbd10afa919e2cc33ffaec974fb619f | |
| parent | 142b6dc650deed819d52602f2a30105d668d7308 (diff) | |
| parent | 0e0ad0377cf680838eed3480a554effecefff19a (diff) | |
| download | rust-aa04d3eb4fbde4eb21b1d921b3075c932e6930d4.tar.gz rust-aa04d3eb4fbde4eb21b1d921b3075c932e6930d4.zip | |
Merge #10634
10634: minor: Drop resolver and `authors` manifest entry in `limit` r=lnicola a=lnicola The new resolver is on by default in the 2021 edition, bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
| -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" |
