alacritty/Cargo.toml
Christian Duerr ea2c39e65d
Add resolver to workspace manifest
This explicitly specifies resolver "2" in the root manifest, to fix a
warning introduced in a recent nightly release.
2023-06-11 18:58:30 +00:00

14 lines
201 B
TOML

[workspace]
members = [
"alacritty",
"alacritty_terminal",
"alacritty_config",
"alacritty_config_derive",
]
resolver = "2"
[profile.release]
lto = "thin"
debug = 1
incremental = false