mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
ea2c39e65d
This explicitly specifies resolver "2" in the root manifest, to fix a warning introduced in a recent nightly release.
13 lines
201 B
TOML
13 lines
201 B
TOML
[workspace]
|
|
members = [
|
|
"alacritty",
|
|
"alacritty_terminal",
|
|
"alacritty_config",
|
|
"alacritty_config_derive",
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
debug = 1
|
|
incremental = false
|