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 ba46efd commit 86cd7a2Copy full SHA for 86cd7a2
action.yml
@@ -36,7 +36,7 @@ runs:
36
- name: Install Kani
37
shell: bash
38
run: |
39
- export KANI_VERSION="0.33.0";
+ export KANI_VERSION="0.34.0";
40
cargo install --version $KANI_VERSION --locked kani-verifier;
41
cargo-kani setup;
42
0 commit comments