Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zv(fix): Fix FilePath deserialization
Fix FilePath deserialization by replacing `from_utf8_lossy` to the `unsafe` operation `from_utf8_unchecked` to validly decode all possible valid paths.
- Loading branch information