The rust-cache action in the release workflow currently breaks because this repo's submodules contain a lot of Cargo.toml and Cargo.lock files. This will be fixed by https://github.com/Swatinem/rust-cache/pull/180, but for now this PR disables cloning submodules during the release workflow.
The
rust-cache
action in the release workflow currently breaks because this repo's submodules contain a lot ofCargo.toml
andCargo.lock
files. This will be fixed by https://github.com/Swatinem/rust-cache/pull/180, but for now this PR disables cloning submodules during the release workflow.