Skip to content

Commit 267c8ec

Browse files
committed
build-sys: Opt in to resolver = 2
This silences a warning from newer Rust. Signed-off-by: Colin Walters <[email protected]>
1 parent ed0fdd7 commit 267c8ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[workspace]
22
members = ["cli", "lib", "xtask"]
3+
resolver = "2"
34

45
[profile.dev]
56
opt-level = 1 # No optimizations are too slow for us.

0 commit comments

Comments
 (0)