Congratulations on the release of Rust 1.48.0
However, after updating in my environment, I found a problem, so I would like to report it.
After updating Rust, I reinstalled sccache with cargo install. The installation itself completed successfully, but when I try to start sccache it doesn't work.
As described below.
$ sccache --start-server
Starting sccache server...
error: Timed out waiting for server startup
Same results on Windows 10, Ubuntu 18.04 on WSL and Ubuntu 20.04 on VirtualBox on Windows 10.
I used to install it with Rust 1.47.0 and it worked fine
Can you think of anything?