Skip to content

Commit

Permalink
bump version to 0.20.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulku authored Jan 24, 2023
1 parent 0422b24 commit 75afb07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ runs:
- name: Install Rust
uses: actions-rs/[email protected]
with:
# From https://github.com/model-checking/kani/blob/kani-0.19.0/rust-toolchain.toml
# From https://github.com/model-checking/kani/blob/kani-0.20.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
toolchain: nightly-2022-12-11
override: true

- name: Install Kani
shell: bash
run: |
export KANI_VERSION="0.19.0";
export KANI_VERSION="0.20.0";
cargo install --version $KANI_VERSION --locked kani-verifier;
cargo-kani setup;
Expand Down

0 comments on commit 75afb07

Please sign in to comment.