Skip to content

Commit

Permalink
Bump Kani version to 0.17.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws authored Dec 13, 2022
1 parent 69cbde4 commit 01d49c5
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 @@ -29,7 +29,7 @@ runs:
- name: Install Rust
uses: actions-rs/[email protected]
with:
# From https://github.com/model-checking/kani/blob/kani-0.16.0/rust-toolchain.toml
# From https://github.com/model-checking/kani/blob/kani-0.17.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 @@ -38,7 +38,7 @@ runs:
- name: Install Kani
shell: bash
run: |
export KANI_VERSION="0.16.0";
export KANI_VERSION="0.17.0";
cargo install --version $KANI_VERSION --locked kani-verifier;
cargo-kani setup;
Expand Down

0 comments on commit 01d49c5

Please sign in to comment.