Skip to content

Commit 7a843b5

Browse files
authored
Bump kani version to 0.30.0 (#38)
1 parent e6805b4 commit 7a843b5

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.29.0";
39+
export KANI_VERSION="0.30.0";
4040
cargo install --version $KANI_VERSION --locked kani-verifier;
4141
cargo-kani setup;
4242

0 commit comments

Comments
 (0)