Skip to content

Commit 86cd7a2

Browse files
authored
Bump Kani version to 0.34.0 (#42)
1 parent ba46efd commit 86cd7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
- name: Install Kani
3737
shell: bash
3838
run: |
39-
export KANI_VERSION="0.33.0";
39+
export KANI_VERSION="0.34.0";
4040
cargo install --version $KANI_VERSION --locked kani-verifier;
4141
cargo-kani setup;
4242

0 commit comments

Comments
 (0)