CoinFabrik / scout-audit

Scout is an extensible open-source tool intended to assist smart contract developers and auditors detect common security issues and deviations from best practices. Scout audit is the core development on which we extend scout for specific blockchains.
https://www.coinfabrik.com/products/scout/
MIT License
7 stars 4 forks source link

Fix some cargo dependency in order to keep the rustc version lower #131

Closed tenuki closed 1 month ago

tenuki commented 1 month ago

We found out that pasetors library (required by cargo) depends on an unpinned version of orion library. This leads when compiling require the version 0.17.7 which is incompatible with rustc 1.79. By fixing the orion library version dependency to 0.17.16 we avoided that problem.

tenuki commented 1 month ago

commit nr #c3ed5c0a9b54a0259d4ef16a03db946febaee5da