Skip to content

Commit

Permalink
build-sys: Opt in to resolver = 2
Browse files Browse the repository at this point in the history
This silences a warning from newer Rust.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Aug 29, 2023
1 parent ed0fdd7 commit 267c8ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = ["cli", "lib", "xtask"]
resolver = "2"

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

0 comments on commit 267c8ec

Please sign in to comment.