Skip to content

Commit

Permalink
update versions to match kani 0.19 release (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan authored Jan 11, 2023
1 parent 02764e1 commit 0422b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Install Rust
uses: actions-rs/[email protected]
with:
# From https://github.com/model-checking/kani/blob/kani-0.18.0/rust-toolchain.toml
# From https://github.com/model-checking/kani/blob/kani-0.19.0/rust-toolchain.toml
# Should be updated every time we update the version to keep in sync.
# This should be automated https://github.com/model-checking/kani-github-action/issues/9
toolchain: nightly-2022-11-20
Expand All @@ -42,7 +42,7 @@ runs:
- name: Install Kani
shell: bash
run: |
export KANI_VERSION="0.18.0";
export KANI_VERSION="0.19.0";
cargo install --version $KANI_VERSION --locked kani-verifier;
cargo-kani setup;
Expand Down

0 comments on commit 0422b24

Please sign in to comment.