Skip to content

Commit

Permalink
Set resolver = "2" in top-level workspace Cargo.toml
Browse files Browse the repository at this point in the history
Fixes a warning from cargo. All the subcrates are on 2021 edition with
the new resolver.
  • Loading branch information
ids1024 committed Jan 13, 2024
1 parent 0814a97 commit 1faabd9
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,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"wayland-backend",
"wayland-client",
Expand Down

0 comments on commit 1faabd9

Please sign in to comment.