With this release, we turned back on the direct access and improve some errors mgmt.
We are getting ready for the release 1.0
What's Changed
* Fix some possible out-of-bound accesses in process_preprocesed_{file,line} by glandium in https://github.com/mozilla/sccache/pull/1980
* Fix test_parse_arguments_multiarch_cache_disabled by glandium in https://github.com/mozilla/sccache/pull/1984
* Add support for `--` on clang/clang-cl command-line by glandium in https://github.com/mozilla/sccache/pull/1983
* Remove uses of Lazy<Mutex<T>> by glandium in https://github.com/mozilla/sccache/pull/1985
* Catch panics in the server and transmit them as errors to the client. by glandium in https://github.com/mozilla/sccache/pull/1981
* Only activate direct mode by default for local by Alphare in https://github.com/mozilla/sccache/pull/1973
* Remove some unnecessary clones by glandium in https://github.com/mozilla/sccache/pull/1986
* Activate direct mode when e.g. SCCACHE_DIR is set. by glandium in https://github.com/mozilla/sccache/pull/1987
**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.7.3...v0.7.4