File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
[workspace ]
2
+ resolver = " 2"
2
3
members = [
3
4
" xtask" ,
4
5
" nrf52810-hal" ,
Original file line number Diff line number Diff line change 1
1
# This file is a template for a Cargo workspace for developer convenience.
2
2
#
3
- # Since Cargo resolves all features for all crates in the workspace together,
3
+ # Since Cargo resolves all features for all crates in the workspace together,
4
4
# it is not possible to have a workspace with all the crates together, since they
5
5
# enable incompatible features.
6
6
#
7
7
# Instead, we provide this template so you can enable only the crates you're going to
8
- # work on. This makes eg rust-analyzer check-on-save and autocomplete work, but only
8
+ # work on. This makes eg rust-analyzer check-on-save and autocomplete work, but only
9
9
# in these crates, without any feature conflict.
10
10
#
11
11
# Copy this file to `Cargo.toml` and uncomment one group of crates below.
12
12
#
13
13
# `/Cargo.toml` is already in .gitignore, so you don't commit it accidentally.
14
14
15
15
[workspace ]
16
+ resolver = " 2"
16
17
members = [
17
18
# Uncomment ONLY ONE of the hals below, depending on your target
18
19
# "nrf52810-hal",
You can’t perform that action at this time.
0 commit comments