Skip to content

Commit 07f3f24

Browse files
zaneduffieldjgardn3r
authored andcommitted
Use feature resolver version 2
This resolves the warning cargo has been emitting for a while regarding having to fall back to the old feature resolver version. Using the new resolver version doesn't seem to affect us, but it's better to be with the new version since it's the default for edition 2021 Rust (but not for virtual workspaces for some reason). See - https://doc.rust-lang.org/cargo/reference/resolver.html#feature-resolver-version-2 - rust-lang/cargo#10112
1 parent 36ea6b7 commit 07f3f24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ members = [
66
"front-end",
77
]
88

9+
resolver = "2"
10+
911
[profile.release]
1012
lto = true
1113
codegen-units = 1

0 commit comments

Comments
 (0)