Skip to content

Commit 8b10534

Browse files
authored
Bump Kani version to 0.18 (#20)
1 parent 01d49c5 commit 8b10534

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
- name: Install Rust
3030
uses: actions-rs/[email protected]
3131
with:
32-
# From https://github.com/model-checking/kani/blob/kani-0.17.0/rust-toolchain.toml
32+
# From https://github.com/model-checking/kani/blob/kani-0.18.0/rust-toolchain.toml
3333
# Should be updated every time we update the version to keep in sync.
3434
# This should be automated https://github.com/model-checking/kani-github-action/issues/9
3535
toolchain: nightly-2022-11-20
@@ -38,7 +38,7 @@ runs:
3838
- name: Install Kani
3939
shell: bash
4040
run: |
41-
export KANI_VERSION="0.17.0";
41+
export KANI_VERSION="0.18.0";
4242
cargo install --version $KANI_VERSION --locked kani-verifier;
4343
cargo-kani setup;
4444
@@ -47,4 +47,3 @@ runs:
4747
run: |
4848
cd ${{ inputs.working-directory }};
4949
${{ inputs.command }} ${{ inputs.args }}
50-

0 commit comments

Comments
 (0)