Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: don't deserialize &str from toml
The new version of the `toml` crate is based on `toml_edit` and does not support zero copy deserialization anymore. So we need to deserialize `String` instead of `&str` in the keympa
- Loading branch information
e83ce72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty sure this fixes #5144 btw.