diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-05-11 11:07:25 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-11 11:07:25 +0100 |
commit | 77518991b83dc8673f5c25cf252af7956469e554 (patch) | |
tree | cf7a81741ac50e6eda803825501095b351242a52 | |
parent | 77f0c92fd8311bccc001ddaf9eb72662d35e9836 (diff) | |
parent | 4b5600b2e8e84fc359134050f8ee74603caf80dc (diff) |
Merge #8798
8798: internal: use modern resolever r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index cf3013c08..498cf7d62 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -1,4 +1,5 @@ | |||
1 | [workspace] | 1 | [workspace] |
2 | resolver = "2" | ||
2 | members = ["xtask/", "lib/*", "crates/*"] | 3 | members = ["xtask/", "lib/*", "crates/*"] |
3 | 4 | ||
4 | [profile.dev] | 5 | [profile.dev] |