hello
im running cargo check on two different target, wasm32 and x86_64 linux.
the first target is cached, but the second one not, as cargo need to recompile the deps when changing target.
is it possible to have two cache for each of the target ?
thanks
hello
im running cargo check on two different target, wasm32 and x86_64 linux.
the first target is cached, but the second one not, as cargo need to recompile the deps when changing target.
is it possible to have two cache for each of the target ?
thanks