You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- After moving new cache files to their final destination, set their
permissions to have `readonly` set `true`.
- This uses `fs::set_permissions` rather than the suggested
``fs::File::set_permissions`, because the latter would require the final
file to be open. We cannot change the permissions on the tempfile in
this way, because `mkstemp::TempFile` doesn't have the same
`set_permissions` method.
Closetectonic-typesetting#14
The relevant API has stabilized in 1.16.0, I think: here.
The text was updated successfully, but these errors were encountered: