Skip to content

Commit

Permalink
Update Kani version to 0.37.0 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: Remi Delmas <delmasrd@amazon.com>
  • Loading branch information
remi-delmas-3000 and Remi Delmas committed Sep 20, 2023
1 parent 4876903 commit 7c99bc7
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.36.0";
export KANI_VERSION="0.37.0";
cargo install --version $KANI_VERSION --locked kani-verifier;
cargo-kani setup;
Expand Down

0 comments on commit 7c99bc7

Please sign in to comment.