nerdcash / Nerdbank.Cryptocurrencies

.NET libraries for processing Zcash and other cryptocurrencies.
MIT License
5 stars 3 forks source link

We should pin the version of rust we build with #346

Open AArnott opened 1 month ago

AArnott commented 1 month ago

A new version of rust came out and is now on Azure Pipeline agents. clippy finds new issues with our existing code, which broke our build without any changes on our part, forcing an arbitrary PR to include irrelevant changes to get unblocked. We should install rust ourselves on the agents as part of the pipeline so that we control when these upgrades happen and can make any necessary code fixes at the same time.