tree_magic instead of tree_magic_mini
[?]
Jun 1, 2021, 5:02 PM
52SOYOCNCODMHEV6ASPY4WXWYNDXYID46VMDF4W7QYALNA7LMGLACDependencies
- [2]
TVVW53HZConflict resolution - [3]
246V5TYIdecode existing files - [4]
JRENVH5DReqwest 0.11 - [5]
VO5OQW4WRemoving anyhow in libpijul - [6]
6HNRL5RTdetect non-utf8 text files - [7]
NYOF5766track file encoding in the record, including change text for file adds - [8]
UM5DLRPBstore new non-UTF-8 files raw and decode to deplay the contents - [9]
I24UEJQLVarious post-fire fixes - [10]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [11]
PDTUHOMVfix left over conflicts
Change contents
- replacement in libpijul/src/working_copy/mod.rs at line 36
let mime = tree_magic_mini::from_u8(&uncoded);let mime = tree_magic::from_u8(&uncoded); - replacement in libpijul/Cargo.toml at line 119
tree_magic_mini = "3.0.0"tree_magic = "0.2.0"