aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-05-11 11:06:35 +0100
committerAleksey Kladov <[email protected]>2021-05-11 11:06:35 +0100
commit4b5600b2e8e84fc359134050f8ee74603caf80dc (patch)
tree35971d9abbf7372c7b0a24fbadda65f8b2eade3b /Cargo.toml
parentc7edc38cd0c55ea85356112608bbb928856f6865 (diff)
internal: use modern resolever
I don't think this affects us, but better to stick to modern practicies.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
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]
2resolver = "2"
2members = ["xtask/", "lib/*", "crates/*"] 3members = ["xtask/", "lib/*", "crates/*"]
3 4
4[profile.dev] 5[profile.dev]