AeneasVerif / charon

Interface with the rustc compiler for the purpose of program verification
Apache License 2.0
79 stars 14 forks source link

ci: ensure we update the version number when `charon-ml` changes #246

Closed Nadrieril closed 3 months ago

Nadrieril commented 3 months ago

New attempt at detecting when we should update the version number: if a PR changed charon-ml, this new check will ensure we also updated the version number.

This assumes we don't change charon-ml for other reasons, which is true most of the time. We can ignore this check on a case-by-case basis.