Skip to content

Commit

Permalink
Update Kani version to 0.35.0 (#43)
Browse files Browse the repository at this point in the history
Change the action to track the latest Kani version
  • Loading branch information
celinval authored Aug 23, 2023
1 parent 86cd7a2 commit 402266c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
- name: Install Kani
shell: bash
run: |
export KANI_VERSION="0.34.0";
export KANI_VERSION="0.35.0";
cargo install --version $KANI_VERSION --locked kani-verifier;
cargo-kani setup;
Expand Down

0 comments on commit 402266c

Please sign in to comment.