Skip to content

Commit bbb0bc4

Browse files
bors[bot]Jonas Schievink
andauthored
Merge #370
370: Use the new Cargo resolver r=jonas-schievink a=jonas-schievink Should avoid the CI failure in #369 (comment) bors r+ Co-authored-by: Jonas Schievink <[email protected]>
2 parents 52f6e0f + 3101996 commit bbb0bc4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.ci.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
resolver = "2"
23
members = [
34
"xtask",
45
"nrf52810-hal",

Cargo.example.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# This file is a template for a Cargo workspace for developer convenience.
22
#
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,
44
# it is not possible to have a workspace with all the crates together, since they
55
# enable incompatible features.
66
#
77
# 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
99
# in these crates, without any feature conflict.
1010
#
1111
# Copy this file to `Cargo.toml` and uncomment one group of crates below.
1212
#
1313
# `/Cargo.toml` is already in .gitignore, so you don't commit it accidentally.
1414

1515
[workspace]
16+
resolver = "2"
1617
members = [
1718
# Uncomment ONLY ONE of the hals below, depending on your target
1819
# "nrf52810-hal",

0 commit comments

Comments
 (0)