We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a843b5 commit 251c15aCopy full SHA for 251c15a
action.yml
@@ -36,7 +36,7 @@ runs:
36
- name: Install Kani
37
shell: bash
38
run: |
39
- export KANI_VERSION="0.30.0";
+ export KANI_VERSION="0.31.0";
40
cargo install --version $KANI_VERSION --locked kani-verifier;
41
cargo-kani setup;
42
0 commit comments