diff options
author | Aleksey Kladov <[email protected]> | 2021-05-11 11:06:35 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-05-11 11:06:35 +0100 |
commit | 4b5600b2e8e84fc359134050f8ee74603caf80dc (patch) | |
tree | 35971d9abbf7372c7b0a24fbadda65f8b2eade3b | |
parent | c7edc38cd0c55ea85356112608bbb928856f6865 (diff) |
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 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] |