Disable clang version pinning
I just looked at your changeset and pulling it out of .cargo/config.toml
seems like the right move, but if you still want the speed boost in Docker where you control the environment you can set…
Disable clang version pinning
The clang is only there to improve compile-time speed.
I understand that is a possible motivation, but that's now what your code does. The way it is now the project will not compile at all on…