Skip to content

Commit e13f4f1

Browse files
committed
Specify cargo feature resolver as 2
In a workspace, the cargo feature resolver defaults to 1 for all members, regardless of their edition.
1 parent 5bf0b4b commit e13f4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
2+
resolver = "2"
33
members = [
44
"spdlog",
55
"spdlog-macros",

0 commit comments

Comments
 (0)