When the publish workflow runs it fails with an error of ``` Error: toolchain input was not given and repository does not have a rust-toolchain file ``` That can be fixed by adding strategy to the publish workflow.
When the publish workflow runs it fails with an error of
That can be fixed by adding strategy to the publish workflow.