aboutsummaryrefslogtreecommitdiff
path: root/Cargo.example.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-08 01:55:50 +0200
committerDario Nieuwenhuis <[email protected]>2021-06-08 01:55:50 +0200
commitde5b9bea148bcf71be2dc743707e42f0b413303b (patch)
tree8dfd6567031304154b3235d0a7f16c46f0d753ec /Cargo.example.toml
parentd1eeef58648c1b1802911ee5e859d79b2826255a (diff)
Add resolver=2 to cargo workspace example
Diffstat (limited to 'Cargo.example.toml')
-rw-r--r--Cargo.example.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.example.toml b/Cargo.example.toml
index da3a80299..38b1057f5 100644
--- a/Cargo.example.toml
+++ b/Cargo.example.toml
@@ -15,6 +15,8 @@
15# `/Cargo.toml` is already in .gitignore, so you don't commit it accidentally. 15# `/Cargo.toml` is already in .gitignore, so you don't commit it accidentally.
16 16
17[workspace] 17[workspace]
18resolver = "2"
19
18members = [ 20members = [
19 "embassy", 21 "embassy",
20 "embassy-traits", 22 "embassy-traits",