about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2021-05-11 13:06:35 +0300
committerAleksey Kladov <aleksey.kladov@gmail.com>2021-05-11 13:06:35 +0300
commit4b5600b2e8e84fc359134050f8ee74603caf80dc (patch)
tree35971d9abbf7372c7b0a24fbadda65f8b2eade3b
parentc7edc38cd0c55ea85356112608bbb928856f6865 (diff)
downloadrust-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.toml1
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]