Closed atanmarko closed 2 weeks ago
@0xaatif Problem here is to know when to generate warning and not false warning - cargo outdated
merely lists the versions, it seems to me that it doesn't claim something is outdated.
How do you feel about the approach in https://github.com/0xPolygonZero/zk_evm/pull/757 instead?
We will use alternative implementation in #757
Resolves https://github.com/0xPolygonZero/zk_evm/issues/746
Note:
cargo-outdated
does not error. It produces list of current, compatible and latest versions of the dependencies currently used. This CI job saves the dependency list table as an artifact.