mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
b3e9f6233a
`toml::from_slice` has been removed. The CHANGELOG recommends using `toml::from_str` instead and doing the byte-to-str conversion yourself. The `toml::toml!` macro has also changed to return the type of the value declared within the macro body. In the change in `helix-view/src/theme.rs` this is a `toml::map::Map` (it was a `toml::Value` previously) allowing us to skip the match and use the map directly. Co-authored-by: Pascal Kuthe <pascal.kuthe@semimod.de> |
||
---|---|---|
.. | ||
src | ||
tests/encoding | ||
Cargo.toml |