Skip to content

Commit

Permalink
update-to-0.31.0 (model-checking#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan authored and celinval committed Aug 23, 2023
1 parent f04d9d1 commit 2205d46
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.30.0";
export KANI_VERSION="0.31.0";
cargo install --version $KANI_VERSION --locked kani-verifier;
cargo-kani setup;
Expand Down

0 comments on commit 2205d46

Please sign in to comment.