From ac065062eb6b4e05f63afe9ac950363a92a9e401 Mon Sep 17 00:00:00 2001 From: martin frances Date: Sat, 9 Sep 2023 13:58:41 +0100 Subject: [PATCH] chore: Move to a modern resolver when using workspaces. (#7797) --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 63ee69bc1..65e68fbf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ members = [ # integration tests "core/tests/restart", ] +resolver = "2" exclude = [ # examples that can be compiled with the tauri CLI @@ -24,10 +25,10 @@ exclude = [ ] [workspace.package] -authors = [ "Tauri Programme within The Commons Conservancy" ] +authors = ["Tauri Programme within The Commons Conservancy"] homepage = "https://tauri.app/" repository = "https://github.com/tauri-apps/tauri" -categories = [ "gui", "web-programming" ] +categories = ["gui", "web-programming"] license = "Apache-2.0 OR MIT" edition = "2021" rust-version = "1.65"