alacritty/alacritty_config_derive/src
Christian Duerr afffdbe612
Fix `alacritty msg config` toml replacement
This fixes a regression introduced in bd49067 which broke the override
of configuration file variables using `alacritty msg config`.

To fix this the `replace` functionality was rewritten to behave more
like the `serde_utils::merge` where entire values are inserted into the
existing structure rather than separating the keys from the values.

Fixes: bd49067 (Switch to TOML configuration format)
2023-06-15 08:59:12 +00:00
..
config_deserialize Switch to TOML configuration format 2023-06-12 00:23:41 +00:00
lib.rs Update clap to v4.2.7 2023-05-17 08:36:41 +03:00
serde_replace.rs Fix `alacritty msg config` toml replacement 2023-06-15 08:59:12 +00:00