Skip to content

Commit

Permalink
Bump version to 0.25.0 (#32)
Browse files Browse the repository at this point in the history
Update action to use Kani version 0.25.0.
  • Loading branch information
celinval authored Apr 6, 2023
1 parent d9a813f commit fd0aa0c
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 @@ -38,7 +38,7 @@ runs:
- name: Install Kani
shell: bash
run: |
export KANI_VERSION="0.24.0";
export KANI_VERSION="0.25.0";
cargo install --version $KANI_VERSION --locked kani-verifier;
cargo-kani setup;
Expand Down

0 comments on commit fd0aa0c

Please sign in to comment.