762c95dd7a
The current action we are using is unmantained: https://github.com/actions-rs/toolchain/issues/216 This replacement is faster, smaller, and more cachable. We can also completely remove the toolchain step when testing with cross, as cross handles configuration of its own toolchain. Signed-off-by: Joe Richey <joerichey@google.com>