summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-06-11 20:58:30 +0200
committerGitHub <noreply@github.com>2023-06-11 18:58:30 +0000
commitea2c39e65d21728e0f04b0eafcec7153e4447cd5 (patch)
treebb23dcd274d9a0d8c97811f7b5c675e28575de49
parent724f3be3c965f9616995dd4a4a56b43800e747c7 (diff)
Add resolver to workspace manifest
This explicitly specifies resolver "2" in the root manifest, to fix a warning introduced in a recent nightly release.
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"