Skip to content

Commit 0422b24

Browse files
authored
update versions to match kani 0.19 release (#21)
1 parent 02764e1 commit 0422b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
- name: Install Rust
3434
uses: actions-rs/[email protected]
3535
with:
36-
# From https://github.com/model-checking/kani/blob/kani-0.18.0/rust-toolchain.toml
36+
# From https://github.com/model-checking/kani/blob/kani-0.19.0/rust-toolchain.toml
3737
# Should be updated every time we update the version to keep in sync.
3838
# This should be automated https://github.com/model-checking/kani-github-action/issues/9
3939
toolchain: nightly-2022-11-20
@@ -42,7 +42,7 @@ runs:
4242
- name: Install Kani
4343
shell: bash
4444
run: |
45-
export KANI_VERSION="0.18.0";
45+
export KANI_VERSION="0.19.0";
4646
cargo install --version $KANI_VERSION --locked kani-verifier;
4747
cargo-kani setup;
4848

0 commit comments

Comments
 (0)