Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backend)!: Use correct merge stratgy for repository options (#291)
This fixes the merge strategy for values of `options`, `options_hot`, and `options_cold` to ignore incoming elements if they are already existing in the HashMap. The prior implementation was overwriting the values. Breaking change: The freestanding and public `extend` function has been removed. You can use `conflate::hashmap::overwrite` as a replacement. --------- Signed-off-by: simonsan <[email protected]> Co-authored-by: Alexander Weiss <[email protected]> Co-authored-by: aawsome <[email protected]>
- Loading branch information