Skip to content

Commit

Permalink
Fix workspace resolver
Browse files Browse the repository at this point in the history
Edition 2021 is used in several src setup which implies
workspace resolver version 2. Make this a permanent setting
and don't let it assume an implicit resolver version
  • Loading branch information
schaefi committed Dec 31, 2023
1 parent fc8efd1 commit 3ca1a3e
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
Expand Up @@ -12,6 +12,7 @@ lto = false
strip = false

[workspace]
resolver = "2"
members = [
"flake-ctl",
"podman-pilot",
Expand Down

0 comments on commit 3ca1a3e

Please sign in to comment.