diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-05-11 13:06:35 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-05-11 13:06:35 +0300 |
| commit | 4b5600b2e8e84fc359134050f8ee74603caf80dc (patch) | |
| tree | 35971d9abbf7372c7b0a24fbadda65f8b2eade3b | |
| parent | c7edc38cd0c55ea85356112608bbb928856f6865 (diff) | |
| download | rust-4b5600b2e8e84fc359134050f8ee74603caf80dc.tar.gz rust-4b5600b2e8e84fc359134050f8ee74603caf80dc.zip | |
internal: use modern resolever
I don't think this affects us, but better to stick to modern practicies.
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index cf3013c0805..498cf7d626d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = ["xtask/", "lib/*", "crates/*"] [profile.dev] |
