Skip to content

Commit 178ed26

Browse files
Use "resolver = 2" in the virtual workspace. (#325)
This is the default for 2021 edition crates, but not for a virtual workspace, so it must be set explicitly.
1 parent 42b67be commit 178ed26

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,4 +1,5 @@
11
[workspace]
2+
resolver = "2"
23
members = [
34
"fluent-syntax",
45
"fluent-bundle",

0 commit comments

Comments
 (0)