]> git.nega.tv - josh/narcissus/commitdiff
cargo: Enable resolver 2 for workspace
authorJoshua Simmons <josh@nega.tv>
Sat, 29 Jul 2023 16:42:48 +0000 (18:42 +0200)
committerJoshua Simmons <josh@nega.tv>
Sat, 29 Jul 2023 16:42:48 +0000 (18:42 +0200)
Cargo.toml

index 1527ed0830b03cbc1092cc31a3ef849c12e7ae41..cc1f8d00af5496d328ac798c3efdd07984be5ad4 100644 (file)
@@ -16,6 +16,8 @@ members = [
     "libs/narcissus-world",
 ]
 
+resolver = "2"
+
 [profile.release]
 panic = "abort"
 debug = true