From ea2c39e65d21728e0f04b0eafcec7153e4447cd5 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 11 Jun 2023 20:58:30 +0200 Subject: [PATCH] Add resolver to workspace manifest This explicitly specifies resolver "2" in the root manifest, to fix a warning introduced in a recent nightly release. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 79d53417..efe3cc33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ members = [ "alacritty_config", "alacritty_config_derive", ] +resolver = "2" [profile.release] lto = "thin"