alacritty/alacritty_config_derive
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
..
src Fix alacritty msg config toml replacement 2023-06-15 08:59:12 +00:00
tests Fix alacritty msg config toml replacement 2023-06-15 08:59:12 +00:00
Cargo.toml Switch to TOML configuration format 2023-06-12 00:23:41 +00:00
LICENSE-APACHE Replace serde's derive with custom proc macro 2020-12-21 02:44:38 +00:00
LICENSE-MIT Add licenses to alacritty_config 2022-09-05 09:39:09 +03:00