Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: unpin kani-verifier version in Dockerfile
Remove the pin of kani to 0.45.0. We introduced this pin in 2f01981 due to model-checking/kani#3035. Kani fixed the issue in 0.48.0 (verifier by installing kani 0.48.0 locally and executing the gcd proof), so we can remove the pin and pick up a new kani version the next time we rebuild the docker container. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
- Loading branch information