Skip to content

Commit d47c43d

Browse files
committed
chore: use Cargo's feature resolver version 2
...just do this to get rid of a new nightly compiler warning. This change shouldn't impact Holo in any meaningful way. References: * rust-lang/cargo#10112 * https://doc.rust-lang.org/cargo/reference/resolver.html#feature-resolver-version-2 Signed-off-by: Renato Westphal <[email protected]>
1 parent bbd4b73 commit d47c43d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ members = [
1616
"holo-yang",
1717
]
1818
default-members = ["holo-daemon", "holo-cli"]
19+
resolver = "2"
1920

2021
[workspace.package]
2122
version = "0.1.0"

0 commit comments

Comments
 (0)