Skip to content

Commit

Permalink
Use "resolver = 2" in the virtual workspace. (#325)
Browse files Browse the repository at this point in the history
This is the default for 2021 edition crates, but not for a virtual
workspace, so it must be set explicitly.
  • Loading branch information
waywardmonkeys authored Feb 5, 2024
1 parent 42b67be commit 178ed26
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 = [
"fluent-syntax",
"fluent-bundle",
Expand Down

0 comments on commit 178ed26

Please sign in to comment.