Skip to content

Commit 2bfa95d

Browse files
committed
chore: explicity set cargo feature resolver version to 2
This gets rid of a warning that comes with rust 1.72.0. This does not impact any of our existing crates since they're all on edition 2021. See rust-lang/cargo#10112
1 parent 78296a1 commit 2bfa95d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
resolver = "2"
23
members = [
34
"infrasys",
45
"buildsys",

0 commit comments

Comments
 (0)